Advertisement
Vodkaholic

Untitled

Jan 23rd, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteCond %{REMOTE_ADDR} !^67\.184\.***\.***
  4. RewriteRule !^maintenance/index\.php$ maintenance/index.php [L]
  5.  
  6. # BEGIN WordPress
  7. <IfModule mod_rewrite.c>
  8. RewriteEngine On
  9. RewriteBase /
  10. RewriteRule ^index\.php$ - [L]
  11. RewriteCond %{REQUEST_FILENAME} !-f
  12. RewriteCond %{REQUEST_FILENAME} !-d
  13. RewriteRule . /index.php [L]
  14. </IfModule>
  15.  
  16. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement