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?
I'm giving you the code but for future questions please look around and search the site before you just make a question that has been answered millions of times.