killah Posted April 7, 2009 Share Posted April 7, 2009 Well, ive been trying to rewrite this url.. something.php?id=xx to something/id/xx which im using RewriteRule ^([^\.]+)/([^\.]+)/([^\.]+)$ $1.php?$2=$3 [NC,L] and work's fine. How ever i want to try something.php?id=xx&p[OR]m to something/id/xx/p[OR]m So i tried this. RewriteRule ^([^\.]+)/([^\.]+)/([^\.]+)/(^\.]+)$ $1.php?$2=$3&$4 [NC,L] But seems to not work.. Any ideas? Link to comment https://forums.phpfreaks.com/topic/153075-apache-rewrite-url-problem/ Share on other sites More sharing options...
killah Posted April 8, 2009 Author Share Posted April 8, 2009 BUMP BUMP BUMP BUMP BUMP BUMP BUMP Link to comment https://forums.phpfreaks.com/topic/153075-apache-rewrite-url-problem/#findComment-804277 Share on other sites More sharing options...
killah Posted April 8, 2009 Author Share Posted April 8, 2009 Is this doable or not? Link to comment https://forums.phpfreaks.com/topic/153075-apache-rewrite-url-problem/#findComment-805038 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.