here's what I did so far (after checking for the 500 error in this forum):
- I added
<Directory /path/to/s9y>
AllowOverride All
</Directory>
to my vhost
- I installed the latest CVS snapshot (all worked fine).
Now as soon as I want to open the blogs URL at blog.yumdap.net I get an Internal Server Error (500).
Get my php and server settings here: www.yumdap.net/info.php
I hope anyone can help
dakira
EDIT: Renaming the .htaccess to something else at least shows a little of the site, so the problem should be there
Well, I found out now that the Problem is the two php directives
php_value session.use_trans_sid 0
php_value register_globals off
Do I have to allow such directives in the php.ini?