0

Do I need to add my .htaccess file to my cache manifest?

I know that all the files required for a site need to be added for it to work offline, but is the .htaccess part of the site in the same sense? Thanks

Evanss
  • 23,390
  • 94
  • 282
  • 505

1 Answers1

3

No. This file is part of the server config, and should be set to be inaccessible to the user.

Rich Bradshaw
  • 71,795
  • 44
  • 182
  • 241