jlblatt/mt-foundation/master/mt/.htaccess
#begin mt rules
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /mt/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_URI} /+[^.]+$
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /mt/index.php [L]
</IfModule>
#end mt rules
Files
