yergo/modularized-shared-models/master/.htaccess - Htaccess File

yergo/modularized-shared-models/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on

  RewriteCond %{REQUEST_URI} favicon.ico [NC]
  RewriteCond %{REQUEST_URI} !/img/favicon.ico [NC]
  RewriteRule (.*) /img/favicon.ico [R=301,L] 

  RewriteRule  ^$ public/    [L]
  RewriteRule  (.*) public/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache