Advertisement
Guest User

Untitled

a guest
Nov 20th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1.  
  2. # BEGIN WordPress
  3. <IfModule mod_rewrite.c>
  4. RewriteEngine On
  5. RewriteBase /
  6.  
  7.  
  8. RewriteRule ^index\.php$ - [L]
  9. RewriteRule ^share/([^/\.]+)/?$ account/share.php?share_code=$1&%{QUERY_STRING} [L]
  10. RewriteRule ^referral/([^/\.]+)/?$ account/referral.php?ref_code=$1&%{QUERY_STRING} [L]
  11. RewriteCond %{REQUEST_FILENAME} !-f
  12. RewriteCond %{REQUEST_FILENAME} !-d
  13. RewriteRule . /index.php [L]
  14.  
  15.  
  16.  
  17. </IfModule>
  18.  
  19. # END WordPress
  20.  
  21. AddType text/x-component .htc
  22.  
  23. order allow,deny
  24. deny from 2.219.237.117
  25. deny from 96.44.148.246
  26. deny from 41.58.
  27. allow from all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement