Results 1 to 6 of 6
  1. #1

    Forbidden You don't have permission to access

    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 ?

  2. #2
    Join Date
    Mar 2009
    Location
    InfoPark, Cochin, India
    Posts
    986
    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.

  3. #3
    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

  4. #4
    Join Date
    Feb 2005
    Location
    Australia
    Posts
    5,849
    You mean automatic directory listings of folder contents? If so:
    Code:
    Options +Indexes
    Chris

    "Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them." - Laurence J. Peter

  5. #5
    If you have more subdirectories use -R(recursive) option:

    $ chmod -R 755 *.*
    SUPPORT FACILITY | 24/7 TECH SUPPORT
    SERVER MANAGEMENT | WEB HOSTING SUPPORT | WP EXPERTS

  6. #6
    Join Date
    Oct 2009
    Posts
    276
    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).

Similar Threads

  1. need help : Forbidden /You don't have permission to access
    By Rashad in forum Hosting Security and Technology
    Replies: 5
    Last Post: 02-27-2008, 05:39 AM
  2. Permission to access / on this server
    By cannibal in forum Hosting Security and Technology
    Replies: 5
    Last Post: 12-18-2004, 08:10 AM
  3. Forbidden: You don't have permission to access /~sachtuho/ on this server.
    By AvailableHost in forum Hosting Security and Technology
    Replies: 3
    Last Post: 02-13-2004, 12:45 AM
  4. MS access permission
    By nam vo in forum Hosting Security and Technology
    Replies: 2
    Last Post: 11-25-2003, 04:33 PM
  5. W2K question, is permission changing ~usually~ forbidden?
    By listenmirndt in forum Web Hosting
    Replies: 5
    Last Post: 11-03-2003, 11:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •