kpalmvik/isitpoya/master/web/.htaccess
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</IfModule>
# Change to Release to disable debug information
SetEnv APPLICATION_ENV debug
Files
