ouslush Posted May 10, 2007 Share Posted May 10, 2007 i have a rewrite rule: RewriteRule ^search/(.*)$ search.php?q=$1 However, if i request http://server/search/ben%26jerry, it doesn't return http://server/search.php?q=ben%26jerry, but rather http://server/search.php?q=ben&jerry Can anyone please help me to solve this problem? Link to comment https://forums.phpfreaks.com/topic/50794-mod_rewrite-unescaping-values/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.