我想重定向以下链接:
http://domain.com/forum1/threads/1023/
到:
http://domain.com/forum2/showthread.php?t=1023
请帮助我制定适当的.htaccess
规则。
我尝试了以下但没有成功:
RewriteRule ^forum1/thread/(\d+)/$ /forum2/showthread.php?t=$1 [R=301,L]
我想重定向以下链接:
http://domain.com/forum1/threads/1023/
到:
http://domain.com/forum2/showthread.php?t=1023
请帮助我制定适当的.htaccess
规则。
我尝试了以下但没有成功:
RewriteRule ^forum1/thread/(\d+)/$ /forum2/showthread.php?t=$1 [R=301,L]