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 。