我已将2个css文件上传到我的文档根目录
small.css小于2KB,big.css大于2KB。
无论我做什么,big.css都无法获得服务。
图像文件也是如此。
所有文件都在VPS上设置。 VHost设置如下:
DocumentRoot "/path/to/my/public/"
ServerName myproject
<Directory "/path/to/my/public/">
Options Indexes FollowSymLinks
AllowOverride all
</Directory>