CosminaPrecup/Places/master/web/.htaccess - Htaccess File

CosminaPrecup/Places/master/web/.htaccess

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache