Page 1 of 1

how to change Document root in xampp?

PostPosted: 08. March 2005 15:03
by arun
Hi all,

This is my first mail..
This site is really superb...
Thanks for the team..


i have a problem to set the document root in different path...

XAMPP's document root is /opt/lampp/htdocs
but i want to set the document root in different path.
i tried to change the document root in httpd.conf
even though it wont works...

any help

Thanks..

PostPosted: 08. March 2005 16:05
by Oswald
Dear arun!

Changing the DocumentRoot directive in /opt/lampp/etc/httpd.conf should work perfectly.

Did you restart your Apache after changing the httpd.conf file?

Best regards
Oswald

PostPosted: 08. March 2005 21:44
by Kristian Marcroft
Hi,

1. Change the DocumentRoot as you need it..
2. a couple of lines lower, you should also change the <Directory> Tag
3. Restart the Apache
4. last but not least, please clear your browser-cache

So long
KriS

change Document root in xampp works

PostPosted: 09. March 2005 09:35
by arun
i have restarted apache and clear browser cache
Now it works..

Thanks to Oswald and Kristian