Auszug:
RewriteCond %{HTTP_HOST} !^www.domain.de$ [NC]
RewriteRule ^(.*)$ http://www.domain.de/$1 [R=301,L]
Gibts denn ne generelle Einstellung für "Subdomains" etc. in der httpd.conf?
vhost?
Auszug:
RewriteCond %{HTTP_HOST} !^www.domain.de$ [NC]
RewriteRule ^(.*)$ http://www.domain.de/$1 [R=301,L]
Gibts denn ne generelle Einstellung für "Subdomains" etc. in der httpd.conf?
vhost?