Easy PHP
i have configured easy-php on my external hard drive, and it works fine when i type in http://127.0.0.1/pagename.php, but when i type in my actual IP adresss, it cannot coneect to it. can someone help me configure this so that other people can view my pages? (i have tried to read the documentation, but i can't seem to find it in english!)
Well Easy PHP is configured to only accept connection to 127.0.0.1 address if you want to host it on your network or on internet you must add a line in the file httpd.conf
It's near the line 150 to 160. You will see the following line :
Listen 127.0.0.1:80
Add after it this :
Listen [your_ip_address_from internet]:[port_u_want]
This isnt very secure to leave it as a permanent setting if you're only using your server for local test.
Another good one is http://awardspace.com/
knutrainer wrote: You dont need a domain name. You need to configure your router to forward port 80 to your computer. This is ofcourse assuming you are using a router.
Yes, you would do if you installed php, mysql and apache seperately, EasyPHP doesn't allow you to run it as a server, just as a "testing ground", I found this out and then downloaded and installed everything seperatly