Skip to content

Instantly share code, notes, and snippets.

@mediarox
mediarox / gist:7114504
Created October 23, 2013 08:11
Force trailing slashes in magento.
#RewriteBase /magento/
############################################
## force trailing slashes
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !.html
RewriteCond %{REQUEST_URI} !.php
RewriteCond %{QUERY_STRING} !price
RewriteCond %{REQUEST_URI} !(.*)/$