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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
killah Posted April 8, 2009 Author Share Posted April 8, 2009 Is this doable or not? Quote Link to comment 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.