php - Directory index forbidden by Options directive error in Cakephp -


getting directory index forbidden options directive error when trying upload images not getting every time, not know exact senario, have check error_logs of apache. .htaccess in webroot

`<ifmodule mod_rewrite.c>     rewriteengine on     rewriterule    ^$    webroot/    [l]     rewriterule    (.*) webroot/$1    [l] </ifmodule>`  

i fixed using +indexes in < directory > don't know why i'm getting error images only, of ~700 kb , ~1500 x 1700 in size.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -