Linux-Noob Forums
Image 403 - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html)
+--- Forum: LAMP (https://www.linux-noob.com/forums/forum-83.html)
+--- Thread: Image 403 (/thread-3152.html)



Image 403 - Guest - 2004-09-23

i uploaded a image to the public_html, but it couldn't be view. It says i'm not permitted to view it. It kept on showing th e403 page. I've checked both the file and the folder's permission. I've also tried uploading other images, but it also showed the 403 page. What's wrong??



Image 403 - z0ny - 2004-09-24


You also have to check all directories above. Your home directory (/home/user) is probably chmod 750 or 700 so the apache use can't access it.

 

z0ny