.htaccess
我正在尝试使用以下配置重写我的域以转到我的子域:
RewriteEngine on
RewriteCond %{http_host} ^example.com [nc]
RewriteRule ^(.*)$ http://sub.example.com/$1 [R=301,NC ]
我错过了什么?
.htaccess
我正在尝试使用以下配置重写我的域以转到我的子域:
RewriteEngine on
RewriteCond %{http_host} ^example.com [nc]
RewriteRule ^(.*)$ http://sub.example.com/$1 [R=301,NC ]
我错过了什么?