Hey,
i switched today from apache2 to nginx. Now im looking for away to rewrite all upercase letter to lowercase. on apache i used:
RewriteEngine on
RewriteCond %{REQUEST_URI} [A-Z]
RewriteRule (.*) ${lc:$1} [L,R=301]
RewriteBase /dir/
i switched today from apache2 to nginx. Now im looking for away to rewrite all upercase letter to lowercase. on apache i used:
RewriteEngine on
RewriteCond %{REQUEST_URI} [A-Z]
RewriteRule (.*) ${lc:$1} [L,R=301]
RewriteBase /dir/