How to do the PHP program using WAMPSERVER
Posted by: aravind639 (---.imul.com)
Date: August 24, 2006 03:30PM

Dear WAMSERVER.,
I'm new to PHP-MySQL and also to new to WAMPSERVER. I'm proficient in JSP.,
Now i want to learn PHP and MySQL. I've installed the software WAMPSERVER and i'm unable to load the home page.. [localhost]

I changed the port number in httpd.conf file from 80 to 85 and also it is not working..

How can i fix that problem..

Please help me

thanks in advance

regards
Aravind

Options: ReplyQuote
Re: How to do the PHP program using WAMPSERVER
Posted by: CyberSpatium (67.170.181.---)
Date: August 24, 2006 09:45PM

any time you edit your httpd.conf file you need to restart apache for the new settings to take effect. and since you set apache to not listen to a default httpd port (you changed it to 85), you will need to access localhost like this
[localhost]

if you do not want to have to use the :85 part, then chnage the port apache listens too to 81 or 8080.

also make sure apache is running. also make user you server is in the correct mode..

Options: ReplyQuote


Sorry, only registered users may post in this forum.