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

#71526
john010117
Member
Code:
RewriteEngine on
RewriteBase /directory/
RedirectMatch 301 (.*).html http://domain.org/directory/subdirectory$1

Put this in a .htaccess file in the /directory/ folder. Make sure to change your domain accordingly.