Here's the current .htaccess file
# Original
# If you modify this file then change the above line to: # Modified
<IfModule mod_rewrite.c>
RewriteEngine On
# Certain hosts may require the following line.
# If vanilla is in a subfolder
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d...
So I've made a forum called http://www.example.x10.bz/
Everytime I go to the forums discussions/pages for the first time, it shows up like this
http://www.example.x10.bz/discussion/2/example-title
However, when I click on a new category, it now shows up like this...