Hi,
This problem is because a missing option in your apache configuration, add the AllowOverride option to the directory section, here is a example how it should looks:
<Directory /var/www/html/entertrack-1.3>
SSLRequireSSL
order deny,allow
allow from all
Options +FollowSymlinks...
2009-05-25 16:15:35 UTC in EnterTrack