|
Thanks what about this?
Client gets an error 500
All I can see in the error log is
[Mon Mar 20 09:13:47 2006] [error] [client 68.142.xxx.xxx] Premature end of
script headers: /home/client/public_html/client/index.php
and index.php is a symlink 2 levels deep.
I had alrady ran all the commands for chmodding
There is no htaccess file in public_html
php.ini is there with
memory_limit = 128M
upload_max_filesize = 10M
default_charset = UTF-8
safe_mode = Off
mbstring.internal_encoding = UTF-8
mbstring.encoding_translation = 1
mbstring.http_output = UTF-8
allow_url_fopen = 1
|