I have an OSCommerce shop I am trying to install a chage to. The code is used by many users and I just installed it for someone else on a different host. It works as expected except for on Jaguar.
In my shop, a typical url for a product is
http://excelsior.nocdirect.com/~ptca...products_id=22
The .htaccess entry is supposed to redirect from
http://excelsior.nocdirect.com/~ptca...roduct_22.html
to the above link.
The line in the .htaccess file is
RewriteRule ^product_([1-9][0-9]*)\.html$ product_info.php?&products_id=$1 [L]
For this to work, mod_rewrite has to be on and the httpd.conf file needs AllowOverride All set. Jag assures me both of these are set. But when I try the above link it doesn't work. Jag has been working in it for days to no avail. Does anyone here have any idea why this won't work on Jag servers?
Jack


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks