Guest User

Untitled

a guest
Sep 5th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. DefaultCharset utf-8
  2. # BEGIN WordPress
  3. <IfModule mod_rewrite.c>
  4. RewriteEngine On
  5. RewriteBase /
  6. RewriteRule ^index.php$ - [L]
  7. RewriteCond %{REQUEST_FILENAME} !-f
  8. RewriteCond %{REQUEST_FILENAME} !-d
  9. RewriteRule . /index.php [L]
  10. </IfModule>
  11.  
  12. <IfModule mod_headers.c> /* Specify a Vary: Accept-Encoding header*/
  13. <FilesMatch ".(js|css|xml|gz)$">
  14. Header append Vary Accept-Encoding
  15. </FilesMatch>
  16. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment