this post is in here because this doesnt have to do with the seo plugin....
so im having issues with a rewrite.....i run a site where we sell remixes and i have drop down box which populates dynamically with the following code:
index.php?act=viewCat&catId={DATA.cat_id}
now i have this in my htaccess file:
RewriteRule cat_(.*).html index.php?act=viewCat&catId=$1&%1 [L]
RewriteRule cat_(.*).html index.php?act=viewCat&catId=$1 [L]
it works fine when the link has been inserted into my templates manually, but not when using that dropdown....any ideas??


LinkBack URL
About LinkBacks





Reply With Quote