我尝试使用下面的 Apache 代码来阻止提供.git
文件夹中的任何内容。但我仍然可以访问example.com/.git/config
文件。
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>
我尝试使用下面的 Apache 代码来阻止提供.git
文件夹中的任何内容。但我仍然可以访问example.com/.git/config
文件。
<Directorymatch "^/.*/\.git/">
Order deny,allow
Deny from all
</Directorymatch>