Portal Home > Knowledgebase > Articles Database > Forbidden You don't have permission to access


Forbidden You don't have permission to access




Posted by hichkas, 01-17-2010, 01:56 PM
Hi Im using centOS + kloxo we are unable access to folder's in this vps when i create a folder show this error but all file Forbidden You don't have permission to access whats wrong ?

Posted by VIPoint, 01-17-2010, 03:19 PM
It seems that there is a wrong permission set on your root folder. How are you trying to create the folder? Make sure that the folders have permission 755 and files 644. Also the public_html should have the permission 750.

Posted by hichkas, 01-17-2010, 04:50 PM
one thing we can able access file inside root folder like .AVI .MP3 ... but we cant able access to any folder which inside root folder Forbidden You don't have permission to access

Posted by foobic, 01-17-2010, 05:51 PM
You mean automatic directory listings of folder contents? If so:

Posted by inspiron, 01-19-2010, 11:08 AM
If you have more subdirectories use -R(recursive) option: $ chmod -R 755 *.*

Posted by LeaTrueman, 01-19-2010, 11:26 AM
It is natural Apache behavior that if you browse to a directory which doesn't contain an index file specified in the DirectoryIndex line, then you will get either an "403 Permission denied" (if you have and Options -Indexes line) or a file listing (if you have an Options +Indexes line).



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Cpanel & SSL (Views: 454)