A simple permanent (301) redirect using RedirectMatch in .htaccess

[code language="bash"] RedirectMatch permanent /old-location/.* http://sub.domain.com [/code] Related http://johnbokma.com/mexit/2006/08/18/...

Read More