【发布时间】:2016-04-11 12:19:23
【问题描述】:
【问题讨论】:
【问题讨论】:
重定向
到
将以下规则添加到您的 htaccess 中:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^subdomain\.example\.com$
RewriteRule ^/?somepage http://example.com%{REQUEST_URI} [NE,NC,R,L]
【讨论】:
现在复制并粘贴此代码:
Redirect 301 /login http://example.com/somepage
【讨论】: