katatunix/projects/master/Web/GabyShop/.htaccess - Htaccess File

katatunix/projects/master/Web/GabyShop/.htaccess

Options All -Indexes

RewriteEngine on

RewriteCond %{HTTP_HOST} ^www.gaby-shop.com$ [NC]
RewriteRule ^(.*)$ http://gaby-shop.com/$1 [R=301,L]

RewriteRule ^product/([^/]*)/*$ index.php?k=product/&seo_url=$1 [L]
RewriteRule ^promo/([^/]*)/*$ index.php?k=promo/&seo_url=$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php?k=$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache