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