|
Most likely the htaccess is set to be in the root directory..
look at your rewrite rules and it'll have something like this
RewriteRule ^forum.* index.php
if it looks like this
RewriteRule ^forum.* /index.php
change it to no slash and put it in your forum folder.
|