Guest User

Untitled

a guest
Dec 11th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. # BEGIN WordPress
  2. <IfModule mod_rewrite.c>
  3. RewriteEngine On
  4. RewriteBase /
  5. RewriteRule ^index.php$ - [L]
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteRule . /index.php [L]
  9. </IfModule>
  10.  
  11. # END WordPress
  12. RewriteCond %{HTTP_HOST} ^viralhub.in$ [OR]
  13. RewriteCond %{HTTP_HOST} ^www.viralhub.in$
  14. RewriteCond %{REQUEST_URI} !^/[0-9]+..+.cpaneldcv$
  15. RewriteCond %{REQUEST_URI} !^/.well-known/pki-validation/[A-F0-9]{32}.txt(?: Comodo DCV)?$
  16. RewriteRule ^/?$ "http://viralhub.in/" [R=301,L]
  17. RewriteCond %{HTTP_HOST} ^viralhub.equalarcs.com$ [OR]
  18. RewriteCond %{HTTP_HOST} ^www.viralhub.equalarcs.com$
  19. RewriteCond %{REQUEST_URI} !^/[0-9]+..+.cpaneldcv$
  20. RewriteCond %{REQUEST_URI} !^/.well-known/pki-validation/[A-F0-9]{32}.txt(?: Comodo DCV)?$
  21. RewriteRule ^/?$ "http://viralhub.in/" [R=301,L]
Add Comment
Please, Sign In to add comment