codeblanche/EntityTwigExample/master/public/.htaccess - Htaccess File

codeblanche/EntityTwigExample/master/public/.htaccess

<IfModule php5_module>

    php_flag    display_errors          on
    php_value   error_reporting         6143

</IfModule>
<IfModule rewrite_module>

    RewriteEngine On
    RewriteBase /

    RewriteRule ^index.php$ - [L]

    RewriteRule ^bootstrap.php$ - [L]

    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule .* /bootstrap.php [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache