403 Forbidden error on setting Apache Wamp Directory alias in windows 8
Posted by: joshiparthin (---.74.116.155.hathway.com)
Date: January 30, 2015 04:05AM

I have created a directory alias in wamp 2.5 in windows 8. But I am getting 403 forbidden error when trying to access the folders in the directory from url.

My alias file is:

Alias /test/ "D:\work\www\test/"

<Directory "D:\work\www\test/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory>

Options: ReplyQuote
Re: 403 Forbidden error on setting Apache Wamp Directory alias in windows 8
Posted by: RiggsFolly (---.as43234.net)
Date: January 30, 2015 09:52AM

Try changing this line

Alias /test/ "D:\work\www\test/"

To

Alias /test  "D:/work/www/test"


To be honest you would be better to create a Virtual Host than an alias see [forum.wampserver.com]

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-



Edited 2 time(s). Last edit at 01/30/2015 10:28AM by RiggsFolly.

Options: ReplyQuote


Sorry, only registered users may post in this forum.