|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Can anyone tell how to configure Apache to allow directory browsing instead of returning the defualt home apge
Thanks Paul |
|
#2
|
|||
|
|||
|
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 |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Allow directory browsing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|