Forum Moderators: phranque
Any idea of why it is not working on the site?
Here is the rule
Options +FollowSymLinks
RewriteEngine on
RewriteRule 003store/(.*)/(.*)/(.*)/(.*)/$ /cgi-bin/003store.cgi?$1=$2&$3=$4
mydomainstore.com/cgi-bin/003store.cgi?user_action=custom_detail&catalogno=2482%2022
No,I have have not changed any URL in the templates they are not absolute URLS they all are like this /cgi-bin/003store.cgi?user_action=custom_detail&catalogno=%%catalogno%%
Actually, it's the opposite. You need to change the links in your templates to reflect the good. Then mod_rewrite silently flips it back top the bad URL, which is needed by the script.
Hope it helps some.
BTW: welcome to WebmasterWorld, cybermatrix.
[added: Birdman beat me again...]