Merit Solutions Posted October 17, 2007 Posted October 17, 2007 I have set up my site using the PHP site assistant and it works fine from the local network. If I want to access it remotely what should the correct path be in the URL? I am trying http://my_external_IP/focus/home.php - but it wont work. Error 404 If I type http://my_internal_IP/focus/home.php from within my LAN it works fine. I have set port forwarding to push traffic on 16000 and 16001..are there other ports that need to be open for php to work? What am I doing wrong?
Genx Posted October 20, 2007 Posted October 20, 2007 (edited) port 80? Port 80 is the web server port which is what matters. You send a request to your web server over port 80, the web server sends the request to PHP, PHP talks to FileMaker locally (any ports you needed open, are really just ignored here if FMS and the web server are on the same machine), PHP processes the data and sends the information back to the web server which sends it back to you over port 80. If that for some reason doesn't help out, here's a handy diagram: http://sixfriedrice.com/wp/filemaker-firewall/ Edited October 20, 2007 by Guest
Merit Solutions Posted October 24, 2007 Author Posted October 24, 2007 Port 80 is open. When I type in http://external_IP/ it asks me for password to configure my router. If I append /focus/home.php it says 404 - File not found...yet it works with my local IP address (from within the LAN)!!
Merit Solutions Posted October 24, 2007 Author Posted October 24, 2007 OK - It was Port 80! Thanks for that - I thought it was open but it was only open for outbound traffic.
Recommended Posts
This topic is 6502 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now