ttsuru/Enlight/master/Apps/Blog/.htaccess - Htaccess File

ttsuru/Enlight/master/Apps/Blog/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On

    #RewriteBase /enlight/

    RewriteCond %{REQUEST_URI} !(Views/|Files/)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php [PT,L,QSA]
</IfModule>

<Files ~ ".(tpl|yml|ini)$">
    Deny from all
</Files>

#Options -Indexes

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache