Hello there...
Any body help me to fix this problem regarding .htaccess
I have written this code to convert my url from .php to .html
RewriteEngine on
RewriteRule shopping/leftproducts/([^/]+).html$ /shopping/leftproducts.php?c_id=$1 [L]
but this couldn't work for me...
i coundn't find where the problem occurs..
My url is like :
www.something.com/shopping/leftproducts.php?c_id=5
please solve my problem
Thanks In Advance
Shanti.