can anyone help with a following issue: I am using wamp to run projects in my chrome browser. after adding a newAlias which points to my project directory c:/dev/myProject I am
I found a solution which worked for me. In httpd.conf i changed:
AllowOverride none Require all denied
to
AllowOverride none Require all granted
Which solved the issue and allowed me to access my custom aliases.