mshishkov/ritual/master/web/.htaccess - Htaccess File

mshishkov/ritual/master/web/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
  RewriteCond %{HTTP_HOST} ^www.(.*) [NC]
    RewriteRule ^/?(.*) http://%1/$1 [L,R=permanent]
    RewriteRule ^(css|images|js|fonts|tmp)/(.*)$ bundles/ritual/$1/$2
    RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ app_dev.php [QSA,L]
    ### Use "app.php" if in production environment
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache