2016-11-30 8 views

답변

1

스레드가 SMF와 XF 모두에서 동일한 ID를 가지고 있다고 가정하더라도이 작업은 효과가 있습니다. Xenforo의 리디렉션 전에 배치해야합니다.

RewriteCond %{QUERY_STRING} ^topic=(\d+).*$ 
RewriteRule ^index\.php$ http://www.example.com/forum/threads/%1/? [R=302,L] 
+0

작동하지 않았습니다. http://www.example.com/forum/?topic=xxx – motahhari

+0

@motahhari로 리디렉션됩니다. 어떤 버전의 아파치 버전이 있습니까? – Gerrit0

+0

아파치 버전 2.4.12 – motahhari