1

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';
8

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.