我目前在apache上有一个通配符子域:
<VirtualHost xxx.xxx.xxx.xxx:80>
DocumentRoot /home/web/domaine.tld/www
ServerName domaine.tld
ServerAlias *.domaine.tld
VirtualDocumentRoot /home/web/domaine.tld/%1
CustomLog /var/log/apache2/domaine.tld/access.log combined
ErrorLog /var/log/apache2/domaine.tld/error.log
</VirtualHost>
需要将sub.domain.tld这样的子域重定向到domain.tld
答案 0 :(得分:0)
您可以通过.htaccess
使用重定向Redirect http://sub.domain.tld http://domain.tld