Hi There,
I have set up the rest of the forum correctly I think, I just can't get the htaccess file working properly.
The forum us found at domain.com/forum
So have included this in my htaccess file:
# for discussion board
RewriteEngine On
RewriteBase /
RewriteRule ^cat/([0-9]+)/(.+)$ forum/index.php?show=cat&id=$1&title=$2 [L]
RewriteRule ^([0-9]+)/(.+)$ forum/index.php?
show=post&id=$1&title=$2 [L]
RewriteRule ^(index([0-9]+).htm)$ forum/index.php?show=sitemap&id=$2 [L]
RewriteRule ^cat/([0-9]+)/(.+)$ forum/index.php?show=cat&id=$1&title=$2 [L]
RewriteRule ^([0-9]+)/(.+)$ forum/index.php?show=post&id=$1&title=$2 [L]
RewriteRule ^(index([0-9]+).htm)$ forum/index.php?show=sitemap&id=$2 [L]
Is this all that is needed?
Thanks in advance.
Liam