Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3177

httpd.conf problem with root directory (3 replies)

$
0
0
I have a new install of latest version of WAMP.

I would like to have the root folder "d:/wamp/www/" to basically allow everything for all folders in it. I can't seem to make this happen....

I can however give folders in it whatever rights I need to like this:

<Directory "d:/wamp/www/folder1/">
Options FollowSymLinks
AllowOverride All
DirectoryIndex default.php
Require all granted
</Directory>

But I don't want to add the above code for every folder I add to the root.

I've tried adding the following, but this still doesn't work:

DocumentRoot "d:/wamp/www"
<Directory "d:/wamp/www/">
AllowOverride All
Require all granted
</Directory>

Thanks for any advice on this.

Viewing all articles
Browse latest Browse all 3177

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>