Menu Close

Author: PowerHoster.com

Redirect by Php

Under PHP you need to use header() to send a raw HTTP header. Using headers()method, you can easily transferred to the new page without having…

How to make 301 Redirect Using htaccess File

If you want to redirect from an old document to new: Redirect 301 /old/file.html http://yourdomain.com/new/file.html Use following for redirecting Entire Directory. RedirectMatch 301 /blog(.*) http://yourdomain.com/$1