Hi im new at using apache and databases. Im trying to get this webcalendar thing going for my work.
i used this howto for apache
http://gentoo-wiki.com/HOWTO_Apache2...iguring_Apache
everything seemed to go ok. I just didnt use MySQL.
and for the webcalendar setup i followed this
http://cvs.sourceforge.net/viewcvs.p...type=text/html
when I goto my web address i get this. Is this a PHP problem or a Database problem?
<?php
include_once 'includes/init.php';
// If not yet logged in, you will be redirected to login.php before
// we get to this point (by connect.php included above)
do_redirect ( empty ( $STARTVIEW ) ? "month.php" : "$STARTVIEW.php" );
?>