Require: When users visit http://ask.mysite.com, they are redirected to the maintenance page. When accessing other URLs, such as http://bbs.mysite.com or http://mysite.com, it will display normally.
It is to determine the subdomain
光阴似箭催人老,日月如移越少年。
RewriteCond %{HTTP_HOST} !^ask\.mysite\.com [NC]
RewriteCond %{HTTP_HOST} !^ask\.mysite\.com [NC]