I have a too old website to recreate. Do not have sources, but all the links looks like
http://example.com/contact.html
http://example.com/countryname.html
http://example.com/countryname/cityname.html
Well the owner says: "This is Joomla", but I wonder why the links are so simple, just like if it was numbers of separate '.html' files.
I don`t use Joomla at all and I prefer the Codeigniter. But is there any way to keep the URLS the same?
For example, in my view
<a href="<?php echo base_url('/welcome/countrieslist/germany');?>" class="menu__link">Germany</a>
which gives http://example.com/welcome/countrieslist/germany
I would need to have http://example.com/germany.html
Thank you for any help.