ehutson/mockup_skeleton/master/web/.htaccess - Htaccess File

ehutson/mockup_skeleton/master/web/.htaccess

Options FollowSymLinks

DirectoryIndex index.php

<IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteRule ^$ index.php [QSA,L]
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

<IfModule mod_php5.c>
        php_flag display_errors Off
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache