Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. profile.cv.hsoto.me
  2.  
  3. # BEGIN WordPress
  4. <IfModule mod_rewrite.c>
  5. RewriteEngine On
  6. RewriteBase /
  7. RewriteCond %{SERVER_NAME} ^(www.)?moonlightbeachclub.com$
  8. RewriteRule ^ - [F]
  9. RewriteRule ^index.php$ - [L]
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteCond %{REQUEST_FILENAME} !-d
  12. RewriteRule . /index.php [L]
  13. RewriteCond %{HTTPS} !=on
  14. RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
  15.  
  16.  
  17. </IfModule>
  18.  
  19. # END WordPress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement