View Single Post
  #12 (permalink)  
Old 03-20-2006, 10:07 AM
Secret Agent Secret Agent is offline
Registered User
 
Join Date: Oct 2004
Posts: 1,134
Secret Agent is on a distinguished road
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
Reply With Quote