eurialo/verbena/master/.htaccess - Htaccess File

eurialo/verbena/master/.htaccess

<IfModule mod_rewrite.c> 
    RewriteEngine on

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^.*$ index.php/$1 [L]
</IfModule>

<IfModule mod_security.c>
    SecFilterEngine On
    SecFilterScanPOST On
</IfModule>

On Github License

Files

Download PDF of Htaccess file
POST, REQUEST_FILENAME

Comments

Apache