symbol link ispconfig broken

Discussion in 'Installation/Configuration' started by Marcsolto, Mar 9, 2015.

  1. Marcsolto

    Marcsolto New Member

    I accidentally had deleted the ispconfig link in the folder /var/www/.
    How can I create it again?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ln -s /usr/local/ispconfig/interface/web /var/www/ispconfig
     
  3. Marcsolto

    Marcsolto New Member

    Hi Till,
    Thank you for your reply
    I try this commands:
    ln -s /usr/local/ispconfig/interface/web /var/www/ispconfig
    ln -s /usr/local/ispconfig/interface/web/index.php /var/www/ispconfig

    but the message:
    "Forbidden
    You don't have permission to access / on this server."

    still appear.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The second command is wrong, please undo that. Just run the command that I posted.

    Then check that apache mod_fcgi is installed and activated.
     
  5. Marcsolto

    Marcsolto New Member

    Solved.
    I had to create a new index.php in the /usr/local/ispconfig/interface/web

    Thanks till
     

Share This Page