我有 domain.com/forums 但我需要帮助将论坛重定向到 sub.domain.com
下面的作品,但我最终得到
sub.domain/forums/topic-name-here
RewriteEngine on
RewriteRule ^(.*)$ http://sub.domain.com/$1 [R=301,L]
我有 domain.com/forums 但我需要帮助将论坛重定向到 sub.domain.com
下面的作品,但我最终得到
sub.domain/forums/topic-name-here
RewriteEngine on
RewriteRule ^(.*)$ http://sub.domain.com/$1 [R=301,L]