Hi Everyone.
Could you confirm that your rewritten urls have a ".html" suffix?
I got the mod working just fine, I'm just not sure if it's how it's supposed to rewrite the urls, as I can see
Code:
RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
in the htaccess file, but all my rewritten urls have no suffix at all....
And don't know if this can have an imapact on the engines?
Let me know your thoughts
Bookmarks