PDA

View Full Version : Domains and Redirections


pillul
23rd August 2006, 10:43
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:


<VirtualHost 85.25.133.104:80>
ServerName www.manqoo.de:80
ServerAdmin webmaster@manqoo.de
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

till
23rd August 2006, 11:32
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.

pillul
23rd August 2006, 12:07
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