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>
Files
