OneTallor

Untitled

Dec 21st, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteRule ^(\w+)$ index.php?page=$1 [L,NC,QSA]
  3. RewriteRule ^(\w+)+\/$ index.php?page=$1 [L,NC,QSA]
  4. RewriteCond %{HTTP_HOST} !^$
  5. RewriteCond %{HTTP_HOST} !^www\. [NC]
  6. RewriteCond %{HTTPS}s ^on(s)|
  7. RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
  8.  
  9. order allow,deny
  10. deny from 46.101.200.204
  11. allow from all
Add Comment
Please, Sign In to add comment