Advertisement
Guest User

Untitled

a guest
Jul 11th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /
  3.  
  4. RewriteRule ^(robots.txt)$ robots.txt [NS,L,QSA]
  5. RewriteRule ^(sitemap.xml)$ sitemap.xml [NS,L,QSA]
  6. RewriteRule ^(favicon.png)$ favicon.png [L]
  7. RewriteRule ^(favicon.ico)$ favicon.ico [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement