How to change the project folder
Posted by: neha_garg123 (68.178.34.---)
Date: June 15, 2008 06:03PM

Hi,
I want to change my project folder from c:/wamp/www/myproject
to
D:/mywebsite/myproject

What changes do I need to make for this.
Please help me with it.

Thanks!!!

Options: ReplyQuote
Re: How to change the project folder
Posted by: stevenmartin99 (---.34-85-b.business.telecomitalia.it)
Date: June 15, 2008 06:42PM

in the httpd.conf file in C:\wamp\bin\apache\apache2.2.8\conf

find this


DocumentRoot "C:/wamp/www/"

and

<Directory "c:/wamp/www/"



and change them to what you want.

NOTE:- / is used in the apache files instead of \ like windows filepaths

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: How to change the project folder
Posted by: neha_garg123 (68.178.34.---)
Date: June 15, 2008 07:09PM

Hi,
I get a page not found error when I change the httpd file.

Do I need to make any other changes anywhere else?

Options: ReplyQuote


Sorry, only registered users may post in this forum.