Home › Forums › Back End › [Solved] .htaccess mod_rewrite › Re: [Solved] .htaccess mod_rewrite
February 25, 2010 at 8:59 am
#71557
Member
Code:
# BEGIN DIRECTORY REDIRECTION
RewriteEngine on
RewriteBase /
RedirectMatch 301 /about/(.*).shtml http://trinityportland.org/our-school/about/$1.shtml
# END DIRECTORY REDIRECTION
RewriteEngine on
RewriteBase /
RedirectMatch 301 /about/(.*).shtml http://trinityportland.org/our-school/about/$1.shtml
# END DIRECTORY REDIRECTION