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

Comments

Popular posts from this blog

Script For Login, Logout and View Using PHP, MySQL and Bootstrap

Real-Time Web Interface to MQTT using Socket.io and Node.js

Customize radio buttons and checkboxes with CSS sprites