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

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -