Apache Development FAQs
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsSystem AdministrationApache DevelopmentApache Development FAQs

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 24th, 2000, 06:14 AM
paul gadsdon paul gadsdon is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 13 paul gadsdon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Can anyone tell how to configure Apache to allow directory browsing instead of returning the defualt home apge

Thanks Paul

  #2  
Old October 24th, 2000, 05:54 PM
jlangley jlangley is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 9 jlangley User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to jlangley
I am assuming you see the default page.(thus apache is running, Netscape is finding the page ok)
in your httpd.conf file:
Where is the DocumentRoot pointing to?
(hold that answer)

go to (do not make) a section
<Directory "(insert DocumentRoot here)">
#in that section should be
Options Indexes
#(at least, there can be more but who cares)


Restart the httpd process
get thee to a command prompt and "cd" to the DocumentRoot, Please don't tell me you forgot it already.
type at a command prompt (without the double quotes): "mv Index.html index.jl"

Open Netscape and look at http://localhost/
TADA.
Jeremy

  #3  
Old February 10th, 2009, 06:45 PM
FishSword FishSword is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2009
Posts: 11 FishSword User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 Days 16 h 11 m 12 sec
Reputation Power: 0
Or to quickly view the directory, simply rename the index page from index.(html? etc) to something else. e.g. (homepage.(html etc)

  #4  
Old September 17th, 2010, 03:30 PM
rackaid rackaid is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2009
Posts: 34 rackaid User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 12 m 43 sec
Reputation Power: 5
Note that if you use this format:


Code:
<Directory /path/to/some/deep/directory>
Options Indexes
</Directory>


It will reset all other Options set above that directory, such as the Include option.

If you want to add Index listing, then use:

Code:
<Directory /path/to/some/deep/directory>
Options +Indexes
</Directory>


This will Add the listing Option to the other Options that may already be set.

Similarly you can remove options using a "-" sign.

http://httpd.apache.org/docs/1.3/mod/core.html#options

Reply

Viewing: Dev Shed ForumsSystem AdministrationApache DevelopmentApache Development FAQs > Allow directory browsing

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap