Advertisement
jetskiron

htaccess normal original

Sep 15th, 2011
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # BEGIN WordPress
  2. <IfModule mod_rewrite.c>
  3. RewriteEngine On
  4. RewriteBase /
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule . /index.php [L]
  8. </IfModule>
  9.  
  10. # END WordPress
  11.  
  12. RewriteCond %{HTTP_HOST} ^insuranceclaimhelp.org [NC]
  13. RewriteRule ^(.*)$ http://www.insuranceclaimhelp.org/$1 [L,R=301]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement