Hey all, Im currently having an issue with Apache Alias directives.
When inserting into website options the regular:
Alias /webmail /var/www/mail
<Directory /var/www/mail>
Options Indexes FollowSymlinks MultiViews Includes
Order allow,deny
Allow from all
</Directory>
Browsing to mydomain/webmail I get a 403 forbidden error.
This is strange because I tested this a long time ago and it used to work, permissions for the /mail folder is 777 along with all files inside.
I tested moving the /mail folder to /var/www/mydomain/web/ and changed the Alias accordingly and it works fine. Is it possible to store the alias target outside your web directory to get it to work?
Recent comments
1 day 10 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 20 hours ago
2 days 11 hours ago
2 days 12 hours ago
2 days 16 hours ago