Hi Webdevelopers,
Currently I am trying to make SEF URLs for the following project aidability.co.uk, however I have major problems with rewriting URLs through .htaccess. Probably I have to mention that website is hosted at 1&1, can anybody help me with some very basic .htaccess .
Currently my .htaccess file looks like that:
Kind regardsCode:RewriteEngine On RewriteRule ^([^/]*)\.html$ /index.php?pagelink=$1 [i] RewriteRule ^([^/]*)\.html$ /category.php?category=$1 [c] RewriteRule ^([^/]*)\.html$ /product_detail.php?product=$1 [d]
Kal


Reply With Quote
Bookmarks