Click to See Complete Forum and Search --> : Used wrong domain info on apache installation


JohnF
05-01-2008, 11:00 AM
I wish to use php to test web pages locally that I am developing and during the installation of Apache I entered the wrong information in the domain and computer name fields. I entered a dot com instead of localhost.

Do I have to go through an Apache and PHP uninstall to fix this or can I make the changes some other way?

laserlight
05-01-2008, 11:03 AM
You can modify httpd.conf in a text editor, save, and restart the web server.

JohnF
05-02-2008, 01:05 PM
Thank you.

I located the lines in the httpd_conf file that had the names felan in them and changed the code as indicated in the attached text file.

It hasn't worked. Does that look right to you?

JohnF
05-02-2008, 01:10 PM
Here it is

laserlight
05-03-2008, 06:42 AM
The # marks the start of a comment line, so you should remove it.