Hi, I have another challenging rewrite rule request, please. I'm trying to remove a single question mark from a URL: I've tried the following: RewriteRule ^/\?$ / [L,R=301,QSD] RewriteCond %{REQUEST_URI} ^$ But it seems to ignore all of them. Ideas greatly appreciated. Thanks,
|