Thread: squirrelmail error !!
hello
trying access squirrelmail first time after install :
http://10.191.11.110/squirrelmail/ or http://mail.mydomaine.com/squirrelmail
got error
<?php
/**
* index.php
*
* redirects login page.
*
* @copyright 1999-2010 squirrelmail project team
* @license http://opensource.org/licenses/gpl-license.php gnu public license
* @version $id: index.php 13893 2010-01-25 02:47:41z pdontthink $
* @package squirrelmail
*/
// configured yet?
if( ! file_exists ( 'config/config.php' ) ) {
echo '<html><body><p><strong>error:</strong> config file ' .
'"<tt>config/config.php</tt>" not found. need ' .
'configure squirrelmail before can use it.</p></body></html>';
exit;
}
// if are, go ahead login page.
header('location: src/login.php');
?>
got
http://10.191.11.110/squirrelmail/sr...test.
forbidden
don't have permission access /squirrelmail/src/configtest.php on server.
apache/2.2.16 (ubuntu) server @ 10.191.11.110 port 80
dont know went wrong followed instruction bit bit lol
in advance
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help squirrelmail error !!
Ubuntu
Comments
Post a Comment