0

Directory index forbidden by Options directive尝试上传图像时出错但每次都没有得到,所以不知道确切的情况,我检查了apache error_logs。webroot 中的 .htaccess 是

`<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule    ^$    webroot/    [L]
    RewriteRule    (.*) webroot/$1    [L]
</IfModule>` 

我使用+Indexes< Directory > 修复了这个问题,但我不知道为什么我只收到一些图像的错误,它们的大小约为 700 KB,大小约为 1500 X 1700。

4

0 回答 0