Hi all
I was told by my hosting company that all the PHP files I wasnted to
upload must be put under the CGI directory. I've done that and all I
get when trying to access those php files is the following message:
500 Server Error
The server encountered an internal error or misconfiguratio n and was
unable to complete your request.
Error: HTTPd: malformed header from script
I think this is because the server treats the files as cgi. Is there a
directive I must include on my PHPs so the server may know what kind
of files they are???
TIA
I was told by my hosting company that all the PHP files I wasnted to
upload must be put under the CGI directory. I've done that and all I
get when trying to access those php files is the following message:
500 Server Error
The server encountered an internal error or misconfiguratio n and was
unable to complete your request.
Error: HTTPd: malformed header from script
I think this is because the server treats the files as cgi. Is there a
directive I must include on my PHPs so the server may know what kind
of files they are???
TIA
Comment