我需要创建一个子域mobile.example.com,这个子域通过目录“mobile”example.com/mobile打开。
我尝试使用:
RewriteCond %{HTTP_HOST} ^(www\.)?mobile\.example\.com$
RewriteCond %{REQUEST_URI} !^/mobile
RewriteRule ^(.*)$ /mobile/$1 [L]
答案 0 :(得分:2)
使用htaccess创建子域是不可能的。这是一个DNS问题。您必须以客户端对此子域的请求将发送到您的 Web服务器的方式配置DNS。