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.
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.