jaymc Posted November 18, 2008 Share Posted November 18, 2008 http://www.site.com/?name=fred%26cheese echos fred&cheese RewriteRule ^name/(.+)?$ ?name=$1 [L] echos fred The problem is the rewrite rule seems to be encoding %26 back to & therefor ends up as http://www.site.com/?name=fred&cheese which breaks the name param in half Any ideas how to get around this? I cant use a diff character or filter it out, I need a solution that allows me to stop modrewrite from doing this Cheers Quote Link to comment https://forums.phpfreaks.com/topic/133156-26-modrewrite-breaking/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.