Need to access a php file via an IP address

#1
Is it possible to access a file.php via an IP address only? (don't want to use Domain name)
If yes, how to achieve that?

I tried many ways but didn't work...
Add a listener
+ add a vhost.
 

Cold-Egg

Administrator
#4
If this myfile.php is under, e.g. Example virtual host, then you can put a * or IP in the listener and map to this virtual host.
 

Cold-Egg

Administrator
#6
First, the IP listener shows in red color which means this listener does not work, since you set the secure to yes, did you assign any cert/key on the SSL tab of that listener?
 
#7
Yes, here attached the screenshot.
04-SSL.png

I used the same certificates for SSL WebAdmin in "WebAdmin Settings - Listener adminListener > SSL". Is it a problem ?
 
Top