kevinwilson Posted December 4, 2005 Share Posted December 4, 2005 Hi, I've been using "phpdev" (a bundle of Apache, MySQL and PHP) on my local machine for development. By default, phpdev's Apache conf only allows access from 127.0.0.1. I've just changed my httpd.conf file to make my server remotely accessible, by changing "Allow from 127.0.0.1" to "Allow from all". Now, when I access it from the external IP address, forms that post to another page don't work: when the form is submitted, I just get a blank page. If I change the form method to "GET" it works properly. When accessing the site via 127.0.0.1, everything works as expected. I don't have any <LIMIT> clauses in the file. I don't know much about Apache configuration - can anybody point me in the right direction? Thanks for your help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.