Can't acces my site

Discussion in 'Installation/Configuration' started by extera, May 1, 2007.

  1. extera

    extera New Member

    Hi,

    I've finished the installation of ISPconfig on a new debian etch install by following the perfect setup howto.

    The problem now is, I cant connect to the site I made.
    A made a reseller account fist and put a site in it, I made a user with admin rights (after i'd removed the default webx_ thing before accountnames)

    Logging on and connecting by FTP are working fine, but I cant connect to the website of this user.

    The server is still in a LAN test envoirment, so i'm trying to connect using this url: http://192.168.2.15/~extera/

    What am I doing wrong?

    Thanks in advantage, and sorry if my english is bad :rolleyes:

    Regards,
    Mark

    //its working, some from a dutch forum helped me out.
    After adding the following code to the apache2/httpd.conf and a restart everything seems to be working

    Code:
    <IfModule mod_userdir.c>
    #
    # UserDir is disabled by default since it can confirm the presence
    # of a username on the system (depending on home directory
    # permissions).
    #
    # UserDir enable
    #
    # To enable requests to /~user/ to serve the user's public_html
    # directory, remove the "UserDir disable" line above, and uncomment
    # the following line instead:
    #
    UserDir /var/www/*/web/
    #UserDir public_html
    </IfModule>
    
    This was offcourse, after installing the userdir module on the debian server.
     
    Last edited: May 1, 2007
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can never access any ISPConfig websites by IP address, you must use the domain instead of the IP. If the domain does not point to your server yet, you may set it in the hosts file of your windows or linux workstation.
     
  3. RickC

    RickC New Member

    are you able to test via the master domain?
    eg on my cpanel server to test cleint accounts that domain names have not resolved i would use

    http://www.mydomain.com/~username

    is there something similar for ispconfig?

    Thanks in advance
    Rick
     

Share This Page