RB101 Posted October 8, 2007 Share Posted October 8, 2007 I'm trying to get a very simple rewrite rule to work, but on my PC-based test system only (it works on my webhost's server), I get an error with filenames containing any quotes (", %22). For example, this rule (which is even simpler than my actual rule): RewriteRule (.*).htm$ new.html [L] This successfully redirects any access to anything.htm (xyz.htm, or '123 456'.htm, or abc+def.htm) to new.html, but (on my PC) NOT if it contains any quotes: "xyz".htm or %22xyz%22.htm fails, with a message that "The website declined to show this webpage". (As I said earlier, this DOES work on my webhost's system.) I know it's probably quite simple, but I'm a novice at htaccess, and I'm stumped. Any ideas? Link to comment https://forums.phpfreaks.com/topic/72345-modrewrite-treats-quotes-differently-on-my-pc-server-than-on-my-webhosts-server/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.