#手机二级域名绑定
RewriteCond %{HTTP_HOST} ^(m.)?fdjhy.com$
RewriteCond %{REQUEST_URI} !^/mobile3/
# 不要改以下两行.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /mobile3/$1
# 目录名/ 后面是首页文件index.php, index.html……
RewriteCond %{HTTP_HOST} ^(m.)?fdjhy.com$
RewriteRule ^(/)?$ mobile3/$1?Rewrite [L,QSA]
RewriteRule ^(/)(.*)\.html$ mobile3/index.php?p=$1&%{QUERY_STRING} [L]
UCMS万网虚拟主机子目录伪静态规则
标签: UCMS