DocumentRoot - Inhalte auflisten???

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

DocumentRoot - Inhalte auflisten???

Postby bottomfeeder » 30. June 2003 18:30

Hallo.
Ich bin ein WAMPP Neuling!
Ich habe mein DocumentRoot in der httpd.conf auf
z.b. e:\www geändert.
Ich hätte jetzt gern beim Aufruf des localhosts im Browser eine simple Auflistung der im DocumentRoot liegenden Dateien und Verzeichnisse, wie es bei einigen Servern im Internet zu sehen ist, bei denen in den einzelnen Verzeichnissen keine (fake)-index-Seiten liegen!
Ihr wisst sicher was ich meine! ;-)
Also, weiss jemand Rat?

Alles Gute!
tim.
bottomfeeder
 

Postby tekknozid » 30. June 2003 19:56

options +indexes in der httpd.conf oder .htaccess eintragen...
tekknozid
 
Posts: 82
Joined: 17. May 2003 03:17

Postby bottomfeeder » 30. June 2003 22:38

PARTYJUNK wrote:options +indexes in der httpd.conf oder .htaccess eintragen...


äh, das options +indexes in der httpd.conf so einfach unten drunter geklatscht? oder wie oder was? :oops:
bottomfeeder
 

Postby chris17 » 01. July 2003 16:02

Code: Select all
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/wampp1-smart/htdocs">

#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
 HIER->    Options Indexes FollowSymLinks MultiViews Includes ExecCGI <-HIER
        AddHandler server-parsed .shtml
        AddHandler cgi-script .cgi .pl

#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
    AllowOverride All

#
# Controls who can get stuff from this server.
#
    Order allow,deny
    Allow from all
</Directory>

Hab die entsprechende Zeile mit HIER-> <-HIER gekennzeichnet.
chris17
 
Posts: 8
Joined: 05. June 2003 16:31

Postby bottomfeeder » 01. July 2003 18:35

hmm, also die Einträge stehen in meiner httpd.conf schon drin.
vielleicht hilft das weiter, und zwar bekomme ich folgende Fehlerseite angezeigt, wenn sich keine index.html /.php in meinem www-Verzeichnis befindet:

------

Access forbidden!

You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.
Error 403
localhost
01.07.2003 19:42:02
Apache/2.0.46 (Win32) mod_perl/1.99_10-dev Perl/v5.8.0 PHP/4.3.2 mod_ssl/2.0.46 OpenSSL/0.9.7b

--------

Die Zugriffsrechte sind aber korrekt eingestellt.
tim.
bottomfeeder
 

Postby Kristian Marcroft » 01. July 2003 21:35

Hi,

obs ne hilfe ist oder nicht, kann ich so nicht sagen.
Aber das umgekehrte Thema wurde hier schon öfters besprochen.
Forum suche ergab folgendes:

http://community.apachefriends.org/f//viewtopi ... =3724#3724

Hoffe es hilft.
So long
KriS
User avatar
Kristian Marcroft
AF Moderator
 
Posts: 2962
Joined: 03. January 2003 12:08
Location: Diedorf

Postby bottomfeeder » 03. July 2003 12:38

Hmm, Danke für den Tip.
Habs ausprobiert, brachte aber keinen Erfolg.
Auch die erweiterte Suche im Forum brachte mich nicht weiter!
Also, falls noch jemand ne Idee hat... Ich würd mich sehr freuen!
Alles Gute,
Tim.
bottomfeeder
 

Postby bottomfeeder » 07. July 2003 16:26

sonst keiner ne Idee??? Muss doch irgendwie gehen...
bottomfeeder
 


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 36 guests