Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要创建一个子域 mobile.example.com,该子域通过目录“mobile”example.com/mobile 打开。
我尝试这样使用:
RewriteCond %{HTTP_HOST} ^(www\.)?mobile\.example\.com$ RewriteCond %{REQUEST_URI} !^/mobile RewriteRule ^(.*)$ /mobile/$1 [L]
使用 htaccess 创建子域是不可能的。这是一个DNS问题。您必须配置 DNS,以便将对该子域的客户端请求发送到您的Web 服务器。