Page 1 of 1

Change directory

PostPosted: 12. October 2006 13:58
by itfidds
Hi,

Haved been using XAMPP for a few weeks now and getting to grips with it OK.

Just one question: -

I have used the default installation directory structure in 'C:\Program Files\xampp'...

Is it possible to move just the \htdocs directory to another location such as 'D:\www\htdocs' ?

Thanks,

Re: Change directory

PostPosted: 12. October 2006 15:42
by Etss
Yes, but you don't have to move the htdocs folder...

Just open this file: xampp/apache/conf/httpd.conf

and replace ".../xampp/htdocs" with the folder you want to put your files...
("D:/www/htdocs" or "D:/www/mysite") -- TWO LINES

WHEN YOU WILL TYPE LOCALHOST YOU WILL NOT SEE THE CONTROL PANEL FROM NOW ON.........

Re: Change directory

PostPosted: 14. October 2006 13:25
by itfidds
Etss wrote:Yes, but you don't have to move the htdocs folder...

Just open this file: xampp/apache/conf/httpd.conf

and replace ".../xampp/htdocs" with the folder you want to put your files...
("D:/www/htdocs" or "D:/www/mysite") -- TWO LINES

WHEN YOU WILL TYPE LOCALHOST YOU WILL NOT SEE THE CONTROL PANEL FROM NOW ON.........



Many, many thanks for such a propmt and accurate answer - it works well

Thanks again...