XDForum xdforum (example: (例如: Anaconda康達 Forum論壇 ) is a nice basic forum software which works seamlessly with WordPress blogs (download our free )是一個很好的基本論壇軟件工程無縫與WordPress Blogs的(我們免費下載 theme主題 and plugins插件 ). ) 。 Unfortunately it works out-of-the-box with default permalinks only.可惜作品- - -框默認永久只。 Most site today use nice permalinks.大多數網站今天尼斯永久使用。 This mini-tutorial will teach you how to use XDForum with nice permalinks (這個迷你補習社會教你如何使用xdforum與尼斯的永久( how to enable如何啟用 ; tips秘訣 and more更多 ). ) 。

Replace the .htaccess generated by your WordPress 2.x blog with this:取代。 htaccess的產生您的WordPress 2.x的博客與此:

 # BEGIN WordPress #開始的WordPress  RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule !xdforum/ /index.php [L] RewriteRule ^xdforum/([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?(\([^/\(\)]*\))?/? rewriteengine對rewritebase / rewritecond % ( request_filename ) ! - F的rewritecond % ( request_filename ) !三維rewriterule ! xdforum / /的index.php [] rewriterule ^ xdforum /([^/ \ ( \ )]*)/?([ ^ / \ ( \ )]*)/?([^/ \ ( \ )]*)/?([^/ \ ( \ )]*)/?([^/ \ ( \ )]*)/? ( [ ^ / \ ( \ )]*)/?([^/ \ ( \ )]*)/?( \ ( [ ^ / \ ( \ ) ] * \ ))?/? /index.php?pagename=xdforum&xdforum_action=$1&xf_id=$3&xt_id=$5&xp_id=$6&start=$8&pstart=$8 [QSA,L] /的index.php ?頁= xdforum & xdforum_action = $ 1 & xf_id = $ 3 & xt_id = $ 5 & xp_id = 600 &開始= $ 8 & pstart = 8元[ qsa ,]  # END WordPress #結束的WordPress 

Change the permission of .htaccess to 644.變更許可。 htaccess的,以644 。