Guest User

Untitled

a guest
May 20th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /
  3.  
  4. RewriteCond %{HTTP_HOST} ^example.com [NC]
  5. RewriteRule ^(.*)$ http://www.example.com$1 [L,R=301]
  6. RedirectMatch 301 ^/adminisrtator/(.*)$
  7. http://administrator.example.com/$1
Add Comment
Please, Sign In to add comment