Domains and Redirections

Discussion in 'Installation/Configuration' started by pillul, Aug 23, 2006.

  1. pillul

    pillul New Member

    Good Morning Folks,

    Following Problem:
    I have some domains at evanzo.net. In there webinterface i can link the Domains to a other site. There are 2 possibilitys :

    1. Frame
    2. Serverredirect

    I forwarded the domain manqoo.net to my Server IP: 85.25.133.104:80
    and added a Site in Ispconfig (a customer to).
    But the Domain redirects now to the Main server Screen (the site where "shared ips" is shown).
    How cann i fix it so that it points to my customer files ? (/srv/www/web2/web/)

    My vhost config:

    Code:
    <VirtualHost 85.25.133.104:80>
    ServerName www.manqoo.de:80
    ServerAdmin [email protected]
    DocumentRoot /srv/www/web2/web
    ServerAlias www.manqoo.de http://manqoo.de manqoo.de
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    ErrorLog /srv/www/web2/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    greetz pillul
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can not use Frame or Server redirects, you must set an A-Record in the DNS settings of this domain pointing to your server IP.
     
  3. pillul

    pillul New Member

    Hy till,

    thank you very much.
    Meanwhile i found a dns Manager at the Domain Hoster, i changed the dns seetings to my server. Works fine, even with no Redirection!


    greetz Andreas
     

Share This Page