Forum Moderators: phranque
RedirectMatch 301 /a(.*)\.html$ http://www.example.com/a.html
[edited by: engine at 3:54 pm (utc) on Jan 26, 2015]
[edit reason] please use example.com [/edit]
htaccess not working on IE
RewriteEngine On
RedirectMatch 301 /a(.*)\.html$ http://www.example.com/a.html
how to rewrite it without the mod_alias then?