Apache Rewrite and Alias combined
We ran into a problem where we have an existing alias and we would like to add a rewrite rule to catch all variants of case insensitive words i.e.
URL: http://www.example.com/example
Alias /example "/var/www/html/web/example"
We need a rewrite rule:
/ExamPle /exampLE /eXAmple
etc.
We cannot force rewrite and alias to work together.
+2
a source to share