ForceType application/octet-stream
< FilesMatch "(?i)\.(gif|jpe?g|png)$">
ForceType none
< /FilesMatch>
AuthName "Authorization required"
AuthType Basic
require valid-user
以上是.htaccess
我网站中一个目录的设置,它表示该目录将强制除图像之外的任何文件写入该目录。我正在将图像上传到这个地方,reg.exp
文件中的哪些更改会发生这种情况。
我试图改变一些价值观,但我对这个特定领域知之甚少。