I'm getting infinite redirects with AliasMatch /hira/.*[^/] "/var/www/html/hira"
If anyone knows why that would be great.
I'm getting infinite redirects with AliasMatch /hira/.*[^/] "/var/www/html/hira"
If anyone knows why that would be great.
What is the DocumentRoot
set as? If DocumentRoot
is set as /var/www/html
, the default for many distributions, why are you using any Alias directive for /hira?