Below is very basic example of url rewriting uing ApacheĀ and htaccess. If you want to rewrite url below, http://www.example.com/category1.htm to http://www.example.com/category.php?currentSection=1 Please use follow in your .htaccess.. RewriteEngine on RewriteRule category([0-9]+).htm$ category.php?currentSection=$1 Hope it should work!!
Archive for the ‘SEO Tips & Tricks’ Category
Basic URL Rewriting
Posted in SEO Tips & Tricks on June 4, 2009 | Leave a Comment »