June 5, 200421 yr Hi, I have a Filemaker Server 5.5 that is located on the local network. I open these databases from the computer on the local network which has DNS provided so that those databases could be accessed from the web. FM plugin is configured for port 5003. Everything is working fine. Now I am trying to use php (FX) to submit some data to FileMaker. User can browse database online via CDML - no problem. When the user modifies a record and submits, the action of the form is :"http://localhost/save_changes.php" file. It works fine on the local network. However when I am trying to submit changes from external network it says that "localhost/...." path is invalid. Does anybody know how to fix it? Thank's a lot for any help Jul
June 5, 200421 yr "localhost" is the default name for the computer that you are using. To access another computer remotely you have to use the assigned name of that compter (not localhost). Good Luck. Garry
June 6, 200421 yr Author Garry, That computer is on the local network- what name should I use: local IP address or local apache server name? How is that possible at all to access it from the external network? Thanks for your help Jul
June 6, 200421 yr If you are using some sort of Gateway/Router to connect the local network to the external network. You will have to "map" a port to the local IP from the external IP. Good Luck. Garry
June 21, 200421 yr Hi, Jul! I haven't done it, but I've read a little about what Garry mentions. To add on to what he and Fred said, this is what I think I remember (sound iffy enough?) about web serving from local IP addresses... If a router/gateway has a static external IP address and provides internet connections for local IP addresses (e.g. 192.168.x.x) and you want to serve from one of those local IP addresses, you have to do as Garry mentions and redirect all web port traffic (e.g. :80 or :591) to the local server desired. I think this must be done at the router level, but not all routers are capable of doing so and I'm not sure if you have router configuration access. I like the routers that let you configure via a web browser, especially since I work primarily w/Macs. I hope this gets you a step closer to what you want... --ST
Create an account or sign in to comment