Hi, I bought this book Professional
SEO with php by Jaimie Sirovich and Cristian Darie..
I am doing the sample on chapter 14 about the e-commerce website with
SEO - friendly.
IN summary, I am trying to create a keyword rich for the category page and following the book's sample to change my .htaccess file and add the mod_rewrite rules such as:
#Rewrite keyword rich URL for category pages
RewriteRule ^Products/.*-C{[0-9]+)/?$ index.php?category_id=$1&page-1 [L]
When I executed the page, it works ok and show index.php?category_id=1&page=1... however all images do not show and also my css! all images showed as broken link but printed the alt descriptions.
Please help as I do not know what's wrong with my htaccess or any other setup.. Thanks heaps