jlblatt/mt-foundation/master/mt/.htaccess - Htaccess File

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache