Hi, I migrated my websites from WordPress to Jekyll, so I don’t need the shared hosting I’ve used for years. Now I’m migrated my websites from the shared hosting to Cloudflare, since I’m already using Gitlab as backup. The migration is sucessful. However, I’m still having some questions about my old .htaccess.
In this file I had a basic setup: http to https, www to non-www, avoid multiple trailing slashes, gzip compression, HSTS, 301 redirections, etc.
Should I remove this file, definitely? Or, by the contrary, would I be able to use it for 301 redirections? In one website, I had to do some 301 redirections about information architecture.
Thanks in advance.