Ok daar gaan we weer .
effe kort : ik heb een 2 domains www.omegaforces.com en www.omegaforces-tournaments.com beide hebben via m'n registar een type A verwijzing naar het IP adres van mijn Webserver.
Dit is m'n huidige virtualhost sectie in httpd.conf:
---------------------------------------------------------------
NameVirtualHost *
<VirtualHost *>
ServerAdmin admin@omegaforces.com
DocumentRoot /htdocs
ServerName www.omegaforces.com
</VirtualHost>
<VirtualHost *>
ServerAdmin admin@omegaforces.com
DocumentRoot /htdocs
ServerName http://www.omegaforces.com
</VirtualHost>
<VirtualHost *>
ServerAdmin admin@omegaforces-tournaments.com
DocumentRoot /htdocs/tournaments
ServerName www.omegaforces-tournaments.com
</VirtualHost>
<VirtualHost *>
ServerAdmin admin@omegaforces-tournaments.com
DocumentRoot /htdocs/tournaments
ServerName http://www.omegaforces-tournaments.com
</VirtualHost>
---------------------------------------------------------------
dit werkt dus niet! in beide doc. roots staat een index.html. zelfs als ik nu www.omegaforces.com/index.php typed werkt het niet meer ook locaal op de server phpmyadmin opstarten werkt niet meer dus ik denk dat er iets niet goed staat in de apache file...
als ik voor omegaforces.com via checkdns een test doe zie ik:
---------------------------------------------------------------
Checking HTTP server www.omegaforces-tournaments.com [212.238.144.191]
HTTP server www.omegaforces-tournaments.com[212.238.144.191] answers on port 80
Received: HTTP/1.1 302 Found (Server: Apache/1.3.29 (Win32) PHP/4.3.2) Location: http://www.omegaforces.com/error.php?op=404
Your main page redirects to another location. Several search engines will be unable to index your site.
hetzelfde gebeurd met omegaforces-tournaments.com dus ook op het laatst:
Received: HTTP/1.1 302 Found (Server: Apache/1.3.29 (Win32) PHP/4.3.2) Location: http://www.omegaforces.com/error.php?op=404
Your main page redirects to another location. Several search engines will be unable to index your site.
beide domains komen dus uit op http://www.omegaforces.com/error.php?op=404 wat dus niet goed is...
Alle hulp is zeer zeker welkom!!!
effe kort : ik heb een 2 domains www.omegaforces.com en www.omegaforces-tournaments.com beide hebben via m'n registar een type A verwijzing naar het IP adres van mijn Webserver.
Dit is m'n huidige virtualhost sectie in httpd.conf:
---------------------------------------------------------------
NameVirtualHost *
<VirtualHost *>
ServerAdmin admin@omegaforces.com
DocumentRoot /htdocs
ServerName www.omegaforces.com
</VirtualHost>
<VirtualHost *>
ServerAdmin admin@omegaforces.com
DocumentRoot /htdocs
ServerName http://www.omegaforces.com
</VirtualHost>
<VirtualHost *>
ServerAdmin admin@omegaforces-tournaments.com
DocumentRoot /htdocs/tournaments
ServerName www.omegaforces-tournaments.com
</VirtualHost>
<VirtualHost *>
ServerAdmin admin@omegaforces-tournaments.com
DocumentRoot /htdocs/tournaments
ServerName http://www.omegaforces-tournaments.com
</VirtualHost>
---------------------------------------------------------------
dit werkt dus niet! in beide doc. roots staat een index.html. zelfs als ik nu www.omegaforces.com/index.php typed werkt het niet meer ook locaal op de server phpmyadmin opstarten werkt niet meer dus ik denk dat er iets niet goed staat in de apache file...
als ik voor omegaforces.com via checkdns een test doe zie ik:
---------------------------------------------------------------
Checking HTTP server www.omegaforces-tournaments.com [212.238.144.191]
HTTP server www.omegaforces-tournaments.com[212.238.144.191] answers on port 80
Received: HTTP/1.1 302 Found (Server: Apache/1.3.29 (Win32) PHP/4.3.2) Location: http://www.omegaforces.com/error.php?op=404
Your main page redirects to another location. Several search engines will be unable to index your site.
hetzelfde gebeurd met omegaforces-tournaments.com dus ook op het laatst:
Received: HTTP/1.1 302 Found (Server: Apache/1.3.29 (Win32) PHP/4.3.2) Location: http://www.omegaforces.com/error.php?op=404
Your main page redirects to another location. Several search engines will be unable to index your site.
beide domains komen dus uit op http://www.omegaforces.com/error.php?op=404 wat dus niet goed is...
Alle hulp is zeer zeker welkom!!!
[ Voor 229% gewijzigd door Karel2001 op 16-01-2004 20:00 ]