.htaccess funzt im htdocs aber nicht im alias

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

.htaccess funzt im htdocs aber nicht im alias

Postby js2002 » 30. August 2011 22:01

Ich hab in der .htaccess folgendes:

Code: Select all
DirectoryIndex ppp.php portal.php index.php index.html index.htm


In der Servercfg hab ich nur folgendes hinzugefügt:

Code: Select all
Alias /eclipse "D:/xampp/EasyEclipse_for_LAMP/workspace_web/"

<Directory "D:/xampp/EasyEclipse_for_LAMP/workspace_web/">

Options Indexes MultiViews

AllowOverride None

Order allow,deny

Allow from all

</Directory>


Bei aufruf von http://localhost:81/test/ lande ich bei der ppp.php die im echten pfad xampp/htdocs/test liegt.
Wenn ich das ganze allerdings nach D:\xampp\EasyEclipse_for_LAMP\workspace_web\homegame\forum kopiere bekomme ich dort folgende Serverantwort:

Code: Select all
    Zugriff verweigert!

    Der Zugriff auf das angeforderte Verzeichnis ist nicht möglich. Entweder ist kein Index-Dokument vorhanden oder das Verzeichnis ist zugriffsgeschützt.

    Sofern Sie dies für eine Fehlfunktion des Servers halten, informieren Sie bitte den Webmaster hierüber.
    Error 403
    localhost
    30.08.2011 22:39:58
    Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1


bei overide all allerdings. Bei None funktioniert die umleitung einfach nicht und ich lande auf index.php
js2002
 
Posts: 4
Joined: 30. August 2011 21:56

Re: .htaccess funzt im htdocs aber nicht im alias

Postby js2002 » 30. August 2011 22:15

Mit dem neuen alias und

Code: Select all
Alias /homegame "D:/xampp/EasyEclipse_for_LAMP/workspace_web/homegame/forum/"

<Directory "D:/xampp/EasyEclipse_for_LAMP/workspace_web/homegame/forum/">

Options Indexes MultiViews

AllowOverride All

Order allow,deny

Allow from all

</Directory>


Code: Select all
DirectoryIndex portal.php index.php index.html index.htm


geht es nun!

warum auch immer...
js2002
 
Posts: 4
Joined: 30. August 2011 21:56


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 35 guests