Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [Solved] .htaccess mod_rewrite Re: [Solved] .htaccess mod_rewrite

#71557
john010117
Member
Code:
# BEGIN DIRECTORY REDIRECTION
RewriteEngine on
RewriteBase /
RedirectMatch 301 /about/(.*).shtml http://trinityportland.org/our-school/about/$1.shtml
# END DIRECTORY REDIRECTION