1
I wrote a regular expression to make the site always redirect to the HTTPS protocol. However, it is not possible to use HTTPS in localhost. To gain access, I turned the lines responsible for the redirect into comments and, before finally putting the edits on the air, undo those changes in the . htaccess for redirecting to be done.
My question is: does the browser cache the . htaccess file? Because when I turned the lines into comments and updated the page, I kept redirecting to HTTPS, and when I disabled the cache through Chrome Devtools, the redirect was no longer done.
already stopped to think that the cache is made in your browser ?
– Bulfaitelo