Internal Server Error

Die Scriptsprache PHP fĂĽr die Gestaltung von dynamischen Websites.

Internal Server Error

Beitragvon Michael » Di 28 Nov, 2000 16:16

Hallo.

Nach der Serverumstellung von PHP3 auf PHP4 kommt folgende Fehlermeldung:

----------- cut ------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] 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.
----------- cut ------------------

Kann das mit meiner .htaccess Datei zusammenhängen, die ich in diesem Verzeichnis habe.

Danke fĂĽr Infos.
Michael
Michael
 

RE: Internal Server Error

Beitragvon IFO.net Support » Di 28 Nov, 2000 16:33

Michael schrieb:
----------- cut ------------------
>Internal Server Error...
...kann das mit meiner .htaccess Datei zusammenhängen, die ich in diesem Verzeichnis habe.

Genau das ist der Grund. Unter PHP3 begannen in einer Apache .htaccess Datei alle Variablen fĂĽr PHP mit <b>php3_</b>.

In PHP4 stellt man stattdessen das Wort <b>php_value</b> voran.

Also einfach anstatt
<b>php3_magic_quotes_gpc off</b>
<b>php_value magic_quotes_gpc off</b> schreiben.

mfg
IFO.net Support
IFO.net Support
 


ZurĂĽck zu PHP

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 22 Gäste