XDForum (example: (por ejemplo: Anaconda Forum Foro ) is a nice basic forum software which works seamlessly with WordPress blogs (download our free ) Es un buen foro de software de base que funciona sin problemas con los blogs de WordPress (descargar gratuitamente theme tema and y plugins ). Unfortunately it works out-of-the-box with default permalinks only. Lamentablemente funciona out-of-the-box con los permalinks por defecto. Most site today use nice permalinks. La mayoría de hoy el uso del sitio agradable permalinks. This mini-tutorial will teach you how to use XDForum with nice permalinks ( Este mini-tutorial le enseñará cómo utilizar XDForum con bonitas permalinks ( how to enable cómo habilitar ; tips and y more más ).

Replace the .htaccess generated by your WordPress 2.x blog with this: Reemplazar el archivo. Htaccess generado por su blog de WordPress 2.x con esto:

 # BEGIN WordPress # BEGIN WordPress  RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule !xdforum/ /index.php [L] RewriteRule ^xdforum/([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/?(\([^/\(\)]*\))?/? Reescribirmotor en RewriteBase / RewriteCond% (REQUEST_FILENAME)-f RewriteCond% (REQUEST_FILENAME)-d RewriteRule! Xdforum / / index.php [L] 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? página xdforum = & xdforum_action = $ 1 & xf_id = $ 3 & xt_id = $ 5 & xp_id = $ 6 & start = $ 8 & pstart = $ 8 [QSA, L]  # END WordPress # END WordPress 

Change the permission of .htaccess to 644. Cambie los permisos de. Htaccess a 644.