PoonLab / covizu

Rapid analysis and visualization of coronavirus genome variation
https://filogeneti.ca/CoVizu/
MIT License
45 stars 20 forks source link

Update Apache Rewrite rule #500

Closed GopiGugan closed 8 months ago

GopiGugan commented 8 months ago

image

image

GopiGugan commented 8 months ago

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]