url rewrite for dynamic category page using htaccess

http://shikshaadhar.com/category.php?category=institutes

to

http://shikshaadhar.com/colleges.html

Sample code below:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^([^/]*)\.html$ /category.php?category=$1 [L]
</IfModule>

Comments

Popular posts from this blog

dynamic create multiple ckeditor onclick event using jquery

get lat and long from city name using jquery

membership registration and login system in php