I am trying to replace everything ending with the extension html (.html
) with a trailing (\
) slash i.e.
http://www.example.com/ibizaparty.html
to http://www.example.com/ibizaparty/
How can this be resolved using .htaccess i.e. redirect/rewrite rules?
Your help is greatly appreciated?