PoonLab/covizu

Update Apache Rewrite rule

Closed this issue · 1 comments

This was working previously because there was a symbolic link: CoVizu -> covizu

Adding the following Rewrite rule:

    RewriteMap lowercase int:tolower
    RewriteCond %{REQUEST_URI} [A-Z]
    RewriteRule ^(.*)$ /${lowercase:$1} [L,R=301]