Hi everyone,
I'm new here. I tried to figure out how to setup PHP.
I have a test.php under public_html and I chmod it to 755.
I tried to access it, but I always get Internal Server Error.
I looked up error log, I got the following error:
[Sat Sep 8 11:36:08 2007] [error] [client 74.99.31.16] File does not exist: /home/jerrylam/public_html/500.shtml
[Sat Sep 8 11:36:08 2007] [error] [client 74.99.31.16] Premature end of script headers: /home/jerrylam/public_html/test.php
In test.php, it only contain html, so it must parse correctly.
This is where I ended up. Any advice will be really appreciated.
Thanks.
I'm new here. I tried to figure out how to setup PHP.
I have a test.php under public_html and I chmod it to 755.
I tried to access it, but I always get Internal Server Error.
I looked up error log, I got the following error:
[Sat Sep 8 11:36:08 2007] [error] [client 74.99.31.16] File does not exist: /home/jerrylam/public_html/500.shtml
[Sat Sep 8 11:36:08 2007] [error] [client 74.99.31.16] Premature end of script headers: /home/jerrylam/public_html/test.php
In test.php, it only contain html, so it must parse correctly.
This is where I ended up. Any advice will be really appreciated.
Thanks.
Last edited: