你好呀
我有一个域 ( iqcommunity.net ) 和 1 个子域 ( alhasaniq.iqcommunity.net ),子域 ( alhasaniq.iqcommunity.net ) 运行良好。
但如果我输入类似(blablabla.iqcommunity.net)的内容,它会将我重定向到我的主域
这是我的配置
<VirtualHost *:80>
ServerName iqcommunity.net
ServerAdmin SoljaIQ@localhost
DocumentRoot /path/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
<VirtualHost *:80>
DocumentRoot /path/subdomains/alhasaniq/
ServerName alhasaniq.iqcommunity.net
<Directory /path/html/alhasaniq>
Options Indexes FollowSymLinks
AllowOverride FileInfo
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error-logfile.log
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access-logfile.log combined
</VirtualHost>
编辑 :
解决了这个问题(感谢军事迪迪特)
在 DNS 区域文件中删除我的“CNAME”通配符条目
将我的子域重新输入为DNS 区域文件中的“A”条目