vc1
06-06-2011, 01:56 PM
Hi,
I am working on a OsCommerce application. I would like some help on the URL rewrite.
My requirement is that when users type in
www.domain.com/seller/xyz
or
www.domain.com/seller/xyz/
the underlying page www.domain.com/seller.php?s=xyz should be displayed
I have the following code on the .htaccess file in the root
RewriteEngine on
RewriteRule ^seller/([A-Za-z0-9]+)$ seller.php?s=$1 [QSA,L]
But I get "Oops this link appears to be broken" 404 error message on IE
Could someone please help...thanks!
I am working on a OsCommerce application. I would like some help on the URL rewrite.
My requirement is that when users type in
www.domain.com/seller/xyz
or
www.domain.com/seller/xyz/
the underlying page www.domain.com/seller.php?s=xyz should be displayed
I have the following code on the .htaccess file in the root
RewriteEngine on
RewriteRule ^seller/([A-Za-z0-9]+)$ seller.php?s=$1 [QSA,L]
But I get "Oops this link appears to be broken" 404 error message on IE
Could someone please help...thanks!