ibraelillo/Symfony/master/web/.htaccess - Htaccess File

ibraelillo/Symfony/master/web/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /

    RewriteCond %{HTTP_HOST} ^casasthomanon.com [NC]
    RewriteRule (.*) http://www.casasthomanon.com/$1 [L,R=301]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache