Ravenlord/ftms/master/config/apache/.htaccess - Htaccess File

Ravenlord/ftms/master/config/apache/.htaccess

AddType application/vnd.ms-fontobject    .eot
AddType image/svg+xml                    .svg
AddType application/x-font-ttf           .ttf
AddType application/font-woff            .woff
AddType application/font-woff2           .woff2

DirectoryIndex base.html
DirectorySlash Off

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$  $1.html [L,NC]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache