rewrite url in htaccess file
# Turn on the rewrite engine
Options +FollowSymlinks
RewriteEngine on
# Request routing
RewriteRule ^([a-zA-Z0-9_-]+)/?$ categorysearch.php?c_category=$1
# Request routing
RewriteRule ^([A-Za-z0-9_-]+)/?$ subcategorysearch.php?c_subcategory=$1
Options +FollowSymlinks
RewriteEngine on
# Request routing
RewriteRule ^([a-zA-Z0-9_-]+)/?$ categorysearch.php?c_category=$1
# Request routing
RewriteRule ^([A-Za-z0-9_-]+)/?$ subcategorysearch.php?c_subcategory=$1
Comments
Post a Comment