Guest User

Untitled

a guest
Oct 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # turn the rewrite engine on
  2. RewriteEngine On
  3.  
  4. # redirect old pages
  5. RewriteRule
  6. ^tariff\.html$ /index.php
  7. ^aboutus\.html$ /index.php
  8. [R=301,NC]
Add Comment
Please, Sign In to add comment