Can't see the website i've create

Discussion in 'Installation/Configuration' started by oepastor, Mar 25, 2011.

  1. oepastor

    oepastor New Member

    Falko
    We are two that lost every idea about this issue.
    I will install a new version with Debian 9, following the Perfect Server and I'll say you what news.
    Is to many extraneousness because every seems to be Ok but it doesn't works.
    You can study this case for future similar problems. I hope never need to see this again.
    Thanks.
     
  2. oepastor

    oepastor New Member

    Falco
    I've just installed once again with Debian 6 now.
    The panel works fine and the domains too.
    Only Squirrelmail have a problem, when I go to the page www.xxxxx.com/webmail it download a file like this:

    <?php

    /**
    * index.php
    *
    * Redirects to the login page.
    *
    * @copyright 1999-2010 The 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
    */

    // Are we configured yet?
    if( ! file_exists ( 'config/config.php' ) ) {
    echo '<html><body><p><strong>ERROR:</strong> Config file ' .
    '&quot;<tt>config/config.php</tt>&quot; not found. You need to ' .
    'configure SquirrelMail before you can use it.</p></body></html>';
    exit;
    }

    // If we are, go ahead to the login page.
    header('Location: src/login.php');

    ?>

    I'll reset the Squirrelmail service and then I toll you.
    Thanks.
     
  3. falko

    falko Super Moderator Howtoforge Staff

  4. oepastor

    oepastor New Member

    Yes, is Fast-CGI
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Try mod_php instead.
     
  6. oepastor

    oepastor New Member

  7. falko

    falko Super Moderator Howtoforge Staff

  8. oepastor

    oepastor New Member

    :( I'm sorry, it was a problem in my Chrome.
    Everything is OK.
    Thank you.
    :D Good job
     

Share This Page