MikeDVB Posted September 2, 2010 Share Posted September 2, 2010 (edited) I don't see an option in the administration panel (maybe I'm blind) but I'm trying to do so via mod_rewrite and I wrote these rules: RewriteRule ^cart\.php\?a=add&pid=([0-9]+) ./order/?pid=$1&skip=1 [R=301,L,NC] RewriteRule ^cart\.php$ ./order/ [R=301,L,NC] The problem is that the first rule for whatever reason isn't working and I can't seem to figure it out According to my regex tester my checking should work but mod_rewrite might be quirky (not used it in a while). Ideas/suggestions? Edit: Yes, the rewrite engine is on (I only posted my rules, not my entire .htaccess). Edited September 2, 2010 by MikeDVB 0 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.