mambax7/oledrion/master/.htaccess - Htaccess File

mambax7/oledrion/master/.htaccess

RewriteEngine On
RewriteRule  ^category-([0-9]+)(-).*(.html)$  category.php?cat_cid=$1
RewriteRule  ^category-([0-9]+)(-)([0-9]+)(-).*(.html)$  category.php?cat_cid=$1&start=$3
RewriteRule  ^product-([0-9]+)(-).*(.html)$  product.php?product_id=$1
RewriteRule  ^manufacturer-([0-9]+)(-).*(.html)$  manufacturer.php?manu_id=$1
RewriteRule  ^list-([0-9]+)(-).*(.html)$  list.php?list_id=$1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache