Possible causes of friendly URLs not working (usually manifests as "404 not found" error on forum pages):
1) The .htaccess file is not in place in your forum directory.
2) Sometimes you need to specify RewriteBase in your .htaccess file (specify the name of your forum directory):
RewriteBase /xenforo
3) Your server doesn't have mod_rewrite installed. Consult with your host about this.
4) Your server doesn't have AllowOverride enabled:
http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride
Consult with your host about this.