A simple permanent (301) redirect using RedirectMatch in .htaccess Posted by Slavi Marinov | Oct 7, 2009 | Apache, General, System Administration, Web Servers [code language="bash"] RedirectMatch permanent /old-location/.* http://sub.domain.com [/code] Related http://johnbokma.com/mexit/2006/08/18/... Read More