Advertisement
Guest User

Untitled

a guest
Oct 24th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # BEGIN WordPress
  2. <IfModule mod_rewrite.c>
  3. RewriteEngine On
  4. RewriteBase /blog/
  5. RewriteRule ^index\.php$ - [L]
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteRule . /blog/index.php [L]
  9. </IfModule>
  10.  
  11. # END WordPress
  12. RewriteCond %{HTTP_HOST} ^blog.ayebro.co.nz$ [OR]
  13. RewriteCond %{HTTP_HOST} ^www.blog.ayebro.co.nz$
  14. RewriteRule ^/?$ "http\:\/\/pctechbro\.co\.nz\/" [R=301,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement