I've a previous trunk version of habari 0.7 installed on my webserver and it runs without problems. A test install of dp2 on my system at home worked flawlessly too, but when I tried to install the same test setup on my actual webserver I got a "500 Internal server error" when I try to access the directory.
I then copied over the .htaccess and config.php files from my currently working install and still got the same error message. I've run the requirements.php file and it passed. I've set the directory to 777 and back to 775, but nothing works. I guess my .htaccess files somehow screw the system up, but I have too little knowledge of these to fix them by myself. I've attached the error and access logs of the webserver and the .htaccess files I use. I'd appreciate any and every help. Thanks, Alexander error_log [Tue Nov 16 10:39:01 2010] [error] [client 84.114.XXX.XXX] Premature end of script headers: php-script [Tue Nov 16 10:39:01 2010] [error] [client 84.114.XXX.XXX] File does not exist: /home/virtual/site13/fst/var/subdomain/test/html/ favicon.ico, referer: http://test.domain.at/ access_log 84.114.XXX.XXX - - [16/Nov/2010:10:39:01 +0100] "GET / HTTP/1.1" 500 540 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; de-de) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/ 533.18.5" 84.114.XXX.XXX - - [16/Nov/2010:10:39:01 +0100] "GET /favicon.ico HTTP/ 1.1" 404 209 "http://test.domain.at/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; de-de) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5" .htaccess file in the root directory: Options -Indexes +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^domain.at [NC] RewriteRule ^(.*)$ http://www.domain.at$1 [L,R=301] RedirectMatch 301 ^/alexander/(.*)$ http://alexander.domain.at/$1 RedirectMatch 301 ^/test/(.*)$ http://test.domain.at/$1 .htaccess file in the /test directory: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteBase / RewriteRule . index.php [PT] RewriteRule ^(system/(classes|locale|schema|$)) index.php [PT] -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
