Problems with hosting

Discussion in 'Installation/Configuration' started by crack3001, Jan 31, 2006.

  1. crack3001

    crack3001 New Member

    hi there!

    i just set up my ISPConfig so i'm a newbe!

    I registered the first client and a site for this client. Ftp users also on this site.

    I can log in with the different users but they all got different sight on the same webspace...is this normal?

    example:

    client: XY
    site: xyz.com
    ftp_users: web1_user1, web1_user2
    user web1_user1 uploads an index.php and user web1_user2 couldn't see this file.

    the second (and more important) problem i've got is, that when i try to reach the index.php web1_user1 has uploaded with http://IP.of.my.server/users/XY like it is described in the manual i just get a error 403 ACCESS FORBIDDEN!

    please help me...

    thanks

    rudi
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, thats normal and the expected behaviour in a hosting enviroment. Every FTP user is chrooted to his home directory. Otherwise the users can for example download email messages from other users.

    ISPConfig uses namebased hosting. This means that you never can access any web sites with your IP address. You can only access the sites by their domain. If the domain of the site is for example www.mydomain.com, you can access the user site with: http://www.mydomain.com/users/XY
     

Share This Page