Einzelnen Beitrag anzeigen
Alt 22.04.2003, 10:58   #6
spunz
Super-Moderator
 
Registriert seit: 22.03.2000
Beiträge: 9.666


spunz eine Nachricht über ICQ schicken
Standard

anscheinend hat er wirklich ein problem mit dem .htaccess file. wenn ich es lösche komm ich ins setup rein, nur spuckt er folgende meldung aus:

Warning!
Apache is not obeying your .htaccess file. Try entering the following into your web server's httpd.conf file:

<Directory c:\data\gallery>
AllowOverride Options FileInfo
</Directory>



ich hab dann dieses eintrag angelegt aber die meldung ändert sich nicht. auf der testbox gehts ohne probleme, da hab ich nur mod_rewrite aktviert und es ist gelaufen.


inhalt des .htaccess files:

php_value auto_prepend_file php_value_ok.php
php_value magic_quotes_gpc off

Options +FollowSymLinks
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(index.php)$ index.php?init_mod_rewrite=1&ampersandbroken= [QSA]
</IfModule>
spunz ist offline   Mit Zitat antworten