How can I change my default xampp localhost c:xampp/htdoc
to another folder i.e. c:/alan
? When I use the IP address I should be able to view my website file in C:/alan
.
Thanks for helping me.
Where are the main XAMPP configuration files? The main XAMPP configuration files are located as follows: Apache configuration file: \xampp\apache\conf\httpd. conf, \xampp\apache\conf\extra\httpd-xampp.
Edit the httpd.conf file and replace the line DocumentRoot "/home/user/www" to your liked one.
The default DocumentRoot path will be different for windows [the above is for linux].
Please follow @Sourav's advice.
If after restarting the server you get errors, you may need to set your directory options as well. This is done in the <Directory>
tag in httpd.conf. Make sure the final config looks like this:
DocumentRoot "C:\alan" <Directory "C:\alan"> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With