yergo/crawler/master/.htaccess - Htaccess File

yergo/crawler/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteBase /crawler

  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