Steffan,
I'm kind of getting your issue but not 100%. Can you make a table of what
is working for you and what is not so I can see what you are desiring to do?
I'm not sure if you are trying to say that in the end, femex and dutchair
are supposed to be two different sites but aren't resolving that way.
By the way, if I punch in femex.org it redirects to www.dutchaircargo.eu
which is the way BQ is designed to work.
Also, how did you setup your DNS? The issue could be there and not the
apache configs.
Try doing a services httpd restart in the meantime in case it didn't take
quite right.
Rashid
On 9/10/08 3:27 AM, "Steffan" <snoord (at mark) planet.nl> wrote:
> Hello,
>
> I just changed the dns from a site A from one server to another
> This site A is now on another server
> The site A is added to another site B
> Hello after migrating a site from one server to another (all domains
> starting with Dutch) the sites only work with www and not without
> The other domains (femex) that was allready pressent on this server as site
> 9 works with and without www
>
> I have no idee why the ww part is not working on the Alias domains dutchxxx
>
> Below the conf file
> so all domains starting witch Dutch only Works with www
> any idees
>
> <VirtualHost 83.98.206.14:80>
> ServerName www.dutchaircargo.eu
> ServerAlias dutchaircargo.be dutchairways.de www.femex.eu femex.nl
> dutchaircargo.de dutchaircargo.info dutchaircargo.nl femex.eu
> dutchairways.eu www.femex.info www.dutchairways.org www.dutchaircargo.be
> dutchaircargo.com www.dutchaircargo.org www.dutchaircargo.com
> www.dutchaircargo.info www.femex.org www.dutchairways.name dutchairways.info
> www.dutchairways.be www.femex.nl www.dutchairways.info www.dutchairways.eu
> femex.org www.dutchaircargo.net femex.info www.dutchairways.nl
> www.dutchaircargo.nl dutchairways.be www.dutchaircargo.de dutchaircargo.org
> dutchaircargo.net dutchairways.nl dutchairways.org dutchairways.name
> www.dutchairways.de dutchaircargo.eu
> ServerAdmin admin
> DocumentRoot /home/.sites/39/site9/web
> ErrorDocument 401 /error/401-authorization.html
> ErrorDocument 403 /error/403-forbidden.html
> ErrorDocument 404 /error/404-file-not-found.html
> ErrorDocument 500 /error/500-internal-server-error.html
> RewriteEngine on
> RewriteCond %{HTTP_HOST} !^83.98.206.14(:80)?$
> RewriteCond %{HTTP_HOST} !^www.dutchaircargo.eu(:80)?$ [NC]
> RewriteRule ^/(.*) http://www.dutchaircargo.eu/$1 [L,R]
> RewriteOptions inherit
> AliasMatch ^/~([^/]+)(/(.*))?
> /home/.sites/39/site9/users/$1/web/$3
> Include /etc/httpd/conf/vhosts/site9.include
> # BEGIN WebScripting SECTION. DO NOT EDIT MARKS OR IN BETWEEN.
> AddHandler cgi-wrapper .cgi
> AddHandler cgi-wrapper .pl
> AddHandler server-parsed .shtml
> AddType text/html .shtml
> AddType application/x-httpd-php .php4
> AddType application/x-httpd-php .php
> # END WebScripting SECTION. DO NOT EDIT MARKS OR IN BETWEEN.
> </VirtualHost>
> # end of VirtualHost owned section
>