: Index file not loading automatically for Alias in Virtual Host I have the following virtual host setup: RailsBaseURI / <VirtualHost *:80> ServerName mydomain DocumentRoot /usr/share/redmine/public
I have the following virtual host setup:
RailsBaseURI /
<VirtualHost *:80>
ServerName mydomain
DocumentRoot /usr/share/redmine/public
Alias /evaluation /home/user/evaluation/
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm
<Directory /usr/share/redmine/>
Options +FollowSymLinks Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory /home/user/evaluation/>
Options +FollowSymLinks Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
When I go to mydomain/evaluation, I get an error. But when I go to mydomain/evaluation/index.php, it works. What am I doing wrong here?
Update:
I have confirmed that the request is routed to Redmine instead of being handled by Apache. Any ideas?
More posts by @Margaret670
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.