ilikeprograms/corvus/master/web/.htaccess - Htaccess File

ilikeprograms/corvus/master/web/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On

    # Add a trailing slash to any non-existent files
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ app.php/$1 [QSA,L]
    RewriteRule ^$ app.php/ [R,NC,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache