.htaccess die x-te...
Verfasst: 01.07.2004, 15:05
Guten Tag,
ich habe folgendes Problem: Wenn ich eine .htacces auf meinem server einrichte, um die URL's Suchmaschinenfreundlich zu gestalten krieg ich eine Fehlermeldung.
Z.B.: füge ich in meine .htaccess folgenden Code ein :
Um aus .php dateien, .html Dateien zu machen.
Doch es geht nicht. es kommt folgende Fehlermeldung:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/1.3.23 Server at ...
Was läuft da schief?
Schönen Gruss
Mika
ich habe folgendes Problem: Wenn ich eine .htacces auf meinem server einrichte, um die URL's Suchmaschinenfreundlich zu gestalten krieg ich eine Fehlermeldung.

Z.B.: füge ich in meine .htaccess folgenden Code ein :
Code: Alles auswählen
RewriteEngine on
RewriteRule index.html$ index.php [PT]
Doch es geht nicht. es kommt folgende Fehlermeldung:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/1.3.23 Server at ...
Was läuft da schief?


Schönen Gruss
Mika