Alex2k/symfony-rest/master/.htaccess - Htaccess File

Alex2k/symfony-rest/master/.htaccess

AddDefaultCharset utf-8

<IfModule mod_rewrite.c>
    Options -MultiViews

    RewriteEngine On
    RewriteBase /web
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ app_dev.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache