Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Apache config
  2. <FilesMatch ".(eot|ttf|otf|woff)">
  3. Header set Access-Control-Allow-Origin "*"
  4. </FilesMatch>
  5.  
  6. Header set X-UA-Compatible "IE=edge"
  7.  
  8. Options +FollowSymLinks
  9. RewriteEngine On
  10.  
  11. RewriteCond %{REQUEST_FILENAME} !-f
  12. RewriteCond %{REQUEST_FILENAME} !-d
  13. RewriteRule . index.php [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement