Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Options -Indexes
- AddDefaultCharset UTF-8
- <IfModule mod_charset.c>
- CharsetDefault UTF-8
- CharsetSourceEnc UTF-8
- </IfModule>
- RewriteEngine on
- RewriteBase /
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteCond %{REQUEST_URI} !=/favicon.ico
- RewriteRule ^(.*)$ index.php?url=$1 [L,QSA]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement