Martina: Probleme mit Xampp (htaccess unter Vista)

Beitrag lesen

Hi,

Wenn ich das so als Trockenübung richtig sehe, hat der Xampp nur eine httpd.conf, in der alles dreinsteht. Kannst Du das bestätigen?

Ja

Drei Sections mit Konfigurationen.

äh.. hmm *durchblick*

Hast Du Dir einen Virtual Host eingerichtet?

Ich habe ganz normal XAMPP Installiert und sonst nichts. Natürlich noch die Security einstellungen vorgenommen und fertig!

Das müsste in "Section 3" sein, wenn ich mich richtig erinnere.
Dort ist dann auch die zugehörige Document Root festgelegt und dort kannst Du auch die <Directory>-Direktive unterbringen mit dem AllowOverride AuthConfig

<Directory "C:/Program Files/xampp/htdocs">

Possible values for the Options directive are "None", "All",

or any combination of:

#   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI Multiviews

Note that "MultiViews" must be named *explicitly* --- "Options All"

doesn't give it to you.

The Options directive is both complicated and important.  Please see

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

for more information.

Options Indexes FollowSymLinks Includes ExecCGI
    AddType text/html .shtml
    AddHandler server-parsed .shtml
    AddHandler cgi-script .cgi .pl

ReadmeName footer.html

AllowOverride controls what directives may be placed in .htaccess files.

It can be "All", "None", or any combination of the keywords:

#   Options FileInfo AuthConfig Limit

AllowOverride AuthConfig

Controls who can get stuff from this server.

Order allow,deny
    Allow from all

</Directory>

hab ich gemacht.. läuft aber nicht!
soll ich mal die ganze conf posten?