Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Options -Indexes
  2.  
  3.  
  4. AddDefaultCharset UTF-8
  5.  
  6. <IfModule mod_charset.c>
  7. CharsetDefault UTF-8
  8. CharsetSourceEnc UTF-8
  9. </IfModule>
  10.  
  11.  
  12.  
  13. RewriteEngine on
  14. RewriteBase /
  15.  
  16. RewriteCond %{REQUEST_FILENAME} !-f
  17. RewriteCond %{REQUEST_FILENAME} !-d
  18. RewriteCond %{REQUEST_URI} !=/favicon.ico
  19. RewriteRule ^(.*)$ index.php?url=$1 [L,QSA]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement