Describe your feature request
I’d like that Replit to make visible and editable the .htaccess file. This a very important file that gives a lot of features to a web page, without it a web is not so good.
What problem(s) would this feature solve?
It will let people :
- Create a custom 400 page
- Create a custom 401 page
- Create a custom 403 page
- Create a custom 404 page
- Create a custom 500 page
- Get rid of the HTML file extension in the URL
- Stop making people create a folder and putting an index.html file inside to not get the HTML extension in the URL
- Make people write less JS code making webs have a higher score in Lighthouse
Explain what you were trying to do when you came across the problem leading to this feature request
I was trying to make a custom 404 page, I didn’t know how so I tried searching in Stackoverflow for some JS code that could help, but sadly I didn’t find anything that worked, that’s why I tried accessing the .htaccess file, but I couldn’t find it.