11
SUPER!
habe erstmal nur für die eine Subdomain wsneu einen V-Hostdefinition
VOR (dahinter klappt nicht) die "grosse" Definition gepackt.
Und klappt!!!!!
danke danke danke
Wenn Du mal auf Gran Canaria bist, gebe ich einen aus!
<VirtualHost 85.25.146.53>
ServerAdmin support@EXAMPLE.com
ServerName wsneu.EXAMPLE.com
ServerAlias wsneu.EXAMPLE *.wsneu.EXAMPLE.com
HostnameLookups Off
UseCanonicalName Off
ServerSignature On
DocumentRoot /srv/www/vhosts/web000/html/wsneu
RewriteRule (.*) /$1 [L]
<Directory "srv/www/vhosts/web000/html/wsneu">
DirectoryIndex index.php
Options -Indexes +FollowSymLinks MultiViews
AllowOverride None
Order deny,allow
Allow from all
</Directory>
</VirtualHost>
habe erstmal nur für die eine Subdomain wsneu einen V-Hostdefinition
VOR (dahinter klappt nicht) die "grosse" Definition gepackt.
Und klappt!!!!!
danke danke danke
Wenn Du mal auf Gran Canaria bist, gebe ich einen aus!
<VirtualHost 85.25.146.53>
ServerAdmin support@EXAMPLE.com
ServerName wsneu.EXAMPLE.com
ServerAlias wsneu.EXAMPLE *.wsneu.EXAMPLE.com
HostnameLookups Off
UseCanonicalName Off
ServerSignature On
DocumentRoot /srv/www/vhosts/web000/html/wsneu
RewriteRule (.*) /$1 [L]
<Directory "srv/www/vhosts/web000/html/wsneu">
DirectoryIndex index.php
Options -Indexes +FollowSymLinks MultiViews
AllowOverride None
Order deny,allow
Allow from all
</Directory>
</VirtualHost>