kpalmvik/isitpoya/master/web/.htaccess - Htaccess File

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

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache