403 forbidden error on new alias squirrelmail
Posted by: vijit (---.167.176.122.airtelbroadband.in)
Date: July 04, 2012 09:11AM

Hi,
I am using wamp 2.2 and localhost and localhost/phpmyadmin are working fine in browser but i added new alias squirrelmail (localhost/mail) and it is showing me 403 forbidden in browser.

I changed the alias conf from:

Alias /mail/ "c:/squirrelmail/"

<Directory "c:/squirrelmail/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require local
</Directory>

To:

Alias /mail/ "c:/squirrelmail/"

<Directory "c:/squirrelmail/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require all granted
</Directory>

Restarted apache and whole system but still forbidden (403)

Then i changed the alias conf To:

Alias /mail/ "c:/squirrelmail/"

<Directory "c:/squirrelmail/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all

Order Allow,Deny

Allow from all
</Directory>

and still the same problem.
Then i checked:

localhost/sqlbuddy
localhost/webgrind

They are also showing me same Forbidden

You don't have permission to access on this server.

Plz help.



Edited 1 time(s). Last edit at 07/04/2012 09:13AM by vijit.

Options: ReplyQuote
Re: 403 forbidden error on new alias squirrelmail
Posted by: RiggsFolly (---.as13285.net)
Date: July 04, 2012 04:10PM

I think you are making this a little complicated but check this doc out. Specifically relating to the piece that says:

Require must be accompanied by AuthName and AuthType directives, and directives such as AuthUserFile and AuthGroupFile (to define users and groups) in order to work correctly.


[httpd.apache.org]

Options: ReplyQuote


Sorry, only registered users may post in this forum.