Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Since Apache 2.4 https://httpd.apache.org/docs/2.4/expr.html#functions
RewriteCond expr "tolower(%{REQUEST_URI}) =~ /(.+)/"
RewriteRule [A-Z] %1 [R=301,L]
This code (it is taken from the address given by Vasily Pupkin ):
<IfModule mod_speling.c>
CheckCaseOnly On
CheckSpelling On
</IfModule>
redirects the entire URL, addresses of secondary pages too. Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question