问题 I'm trying to redirect uppercase URL's to lowercase, but having a bit of a nightmare with it! (Mainly because my .htaccess knowledge is lacking!) Currently I have: <IfModule mod_speling.c> CheckSpelling on </IfModule> RewriteEngine On RewriteMap lc int:tolower RewriteCond %{REQUEST_URI} [A-Z] RewriteRule (.*) ${lc:$1} [R=301,L] Which works fine, but the CMS I'm using puts pagination links in the URL such as http://website.com/blog/P8 or http://website.com/blog/P10 and because the URL's have