Results 1 to 5 of 5
  1. #1

    * How to Make my Dirs Readable ?

    Hello, i have a WebServer on my Personal Machine to learn about Server Configuration...

    And i want to know how to set my dirs readable (to not appear Forbidden Page)...

    My Web Server Current adress...200.44.194.151

    WebServer Index

    and the dir that i want to be Readble...

    Directory Without Index

    Thanks

  2. #2
    Join Date
    Aug 2000
    Location
    Tacoma, Washington
    Posts
    9,576
    Just add this to your .htaccess file:

    Options -Indexes
    Former Webhost... now, just a guy.

  3. #3
    You need to edit your httpd.conf.

    Look for all lines with:

    Options

    Check which directory it applies to. To enable directory listing, add

    Options Indexes
    ••• Like us on Facebook to qualify for discounts! •••
    ••• http://www.sprintserve.net •••
    ••• Offering: | Internap FCP Bandwidth! | Rebootless Kernel Updates! | Magento Optimized Hosting | Wordpress Hosting | •••
    ••• Services: | Managed Multiple Cores 64bit Servers | Server Management | •••

  4. #4
    Originally posted by akashik
    Just add this to your .htaccess file:

    Options -Indexes
    This is one way too. But I thought he want to enable the directory listing, not disable it...
    ••• Like us on Facebook to qualify for discounts! •••
    ••• http://www.sprintserve.net •••
    ••• Offering: | Internap FCP Bandwidth! | Rebootless Kernel Updates! | Magento Optimized Hosting | Wordpress Hosting | •••
    ••• Services: | Managed Multiple Cores 64bit Servers | Server Management | •••

  5. #5
    Join Date
    Oct 2002
    Location
    /roof/ledge
    Posts
    28,088
    Originally posted by akashik
    Just add this to your .htaccess file:

    Options -Indexes
    That would be +Indexes I believe.

Posting Permissions

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