.htaccess problem after installing 1.5.1

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

.htaccess problem after installing 1.5.1

Postby khunjack » 23. March 2006 12:18

Hallo,
habe gerade 1.5.1 fuer Windows installiert.

Meine Application benutzt .htacces ... habe alle Dateien kopiert (incl.htacces) ausser index.php nichts ueberschrieben.

Er liest meine .htaccess nicht

Fehler:
========
Warning: require_once(funcs.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\xampp\htdocs\index.php on line 24

Fatal error: require_once() [function.require]: Failed opening required 'funcs.php' (include_path='.;C:\xampp\xampp\php\pear\') in C:\xampp\xampp\htdocs\index.php on line 24
========
was heisst das er das directory (spezifiziert in .htaccess) nicht hat (z.b. _lib/modules/)

Die alte xampp version funzt prima, muss aber jetzt mit php 5.1.x testen da mein webserver naechsten php 5.1 haben muss.

Fuer jeden tipp/idea bin ich sehr dankbar
Gruss
Jack
khunjack
 
Posts: 18
Joined: 06. September 2004 10:33

Postby khunjack » 23. March 2006 12:22

meine .htaccess (fuer bessere lesbarkeit mit neuen zeilen)
=============
php_value include_path ".;c:/xampp/xampp/php;
/xampp/xampp/htdocs/_lib/_base;
/xampp/xampp/htdocs/_lib/language;
/xampp/xampp/htdocs/_lib/_modules;
/xampp/xampp/htdocs/_lib/_classes;
/xampp/xampp/htdocs/site;
/xampp/xampp/htdocs/core;
/xampp/xampp/php/pear/;
/xampp/xampp/mysql/data/;
/xampp/xampp/htdocs/cache/;
/xampp/xampp/htdocs/_lib/_base/;
/xampp/xampp/htdocs/_lib/xajax/"
php_value register_globals off
ErrorDocument 400 /_lib/errors/badrequest.php
ErrorDocument 401 /_lib/errors/authreqd.php
ErrorDocument 403 /_lib/errors/forbid.php
ErrorDocument 404 /_lib/errors/notfound.php
ErrorDocument 500 /_lib/errors/serverr.php
=============
Last edited by khunjack on 23. March 2006 12:25, edited 2 times in total.
khunjack
 
Posts: 18
Joined: 06. September 2004 10:33

Postby Wiedmann » 23. March 2006 12:23

was heisst das er das directory (spezifiziert in .htaccess) nicht hat (z.b. _lib/modules/)

Würdest du uns auch verraten was du damit meinst?

BTW:
Beim 1.5.1 ist ".htaccess" erst einmal deaktiviert. Siehe die Ergebnisse einer entspr. Forumssuche.
Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany

Postby khunjack » 23. March 2006 12:28

Hi Wiedmann,

ja super, tausend dank fuer die Antwort!!

Damit hatte ich einfach nicht gerechnet :shock:

Ich suche wie man htaccess enabled.
Oder hast du gerade den link parat?
danke
Jack
khunjack
 
Posts: 18
Joined: 06. September 2004 10:33

Postby khunjack » 23. March 2006 12:44

Ok, habe es gefunden ..fuer alle die in das gleiche Problem reinlaufen nach dem wechsel auf 1.5.1

Man muss die httpd.conf editieren

=======================
#
# 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 All
=======================
default war "AllowOverride None"

Jack
khunjack
 
Posts: 18
Joined: 06. September 2004 10:33


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 60 guests