html and without .html working on Codeigniter. I want only URL with .html should work.
For e.g: abc.com/one.html
this should be work and
abc.com/one shouldn't work.
I need only one URL should work due to SEO. If both URL will work it will affect the SEO due to duplicate content
Hi Have added suffix in the config file
$config['url_suffix'] = '.html';