Quantcast
Channel: Nginx Forum
Viewing all articles
Browse latest Browse all 53287

rewrite upper to lowercase

$
0
0
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/

Viewing all articles
Browse latest Browse all 53287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>