change WWW directory
Posted by: Japyoo (---.mill1.nb.home.nl)
Date: September 20, 2007 04:21PM

Hello, i installed wamp5 and put everything to basic so my www directory is at C:\wamp\www how can I change this to another folder on a difrent HDD. I want to choose a map on my D: drive but how do I change the folder?

Options: ReplyQuote
Re: change WWW directory
Posted by: walterj89 (---.imagenisp.com)
Date: September 21, 2007 08:29AM

I am wondering about this myself. I have found a kind of hack i do to change the directory. in the task bar click on the wamp5 icon go to config files and open httpd.conf.
look around in two places it will mention your current directory. Change those to where ever you want your directory to be. i usually change it to the folder of whatever site i'm working on. saves a lot of time I used to spent uploading to the "test server".


DocumentRoot "C:\Documents and Settings\random\My Documents\websites\graveyardshift.ca"

<Directory "C:\Documents and Settings\random\My Documents\websites\graveyardshift.ca">

these must be the same and point to a folder that exists. Otherwise the server will not start.



gyswebdesign.com, graveyardshift.ca

Options: ReplyQuote
Re: change WWW directory
Posted by: Ron (---.upc-e.chello.nl)
Date: September 23, 2007 10:58PM

I've changed httpd.conf to change the WWW directory.

Look for: DocumentRoot "C:/WAMP/www"
But don't forget to also change: <Directory "C:/WAMP/www">
otherwise you will loose access rights.

Options: ReplyQuote
Re: change WWW directory
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: September 26, 2007 10:19PM

if you want to change the document root you need to edit two settings in the httpd.conf file (c:\wamp\apache2\conf\httd.conf)

find:
DocumentRoot "C:/wamp/www"

change to
DocumentRoot "D:\some\new\location"

then find:
<Directory "C:/wamp/www">

change to
<Directory "D:\some\new\location">

save the file and restart apache for the new settings to take effect.



CyberSpatium
----------------------
WAMP English Forum Admin

I have WAMP5 working with (for development use only):
Windows Vista Ultimate x64 (64 bit)
Kaspersky Internet Security Suite 7.0.x
Spyware Terminater 2.x
CounterSpy 2.5.x


Need help? Check out my WAMP User Manual/Guide here!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


Clarify Loans
Mortgage and Home Loan Advice


LaxGo Web Directory
Powerful human edited web directory of quality, spam-free sites organized via a comprehensive category structure.

Options: ReplyQuote


Sorry, only registered users may post in this forum.