-3

When I first set up my website I forgot to add the code in the .htaccess file to remove the .html in the web page URL.

I would now like to do that but only if the old links with .html in the URL will still work.

So will the old links still work even when I update the .htaccess file to remove the .html from the URL?

1 Answers1

0

Answer is YES, they will work, if you edit .htaccess to hide the extension.

You can check more about how it works here.