The links within my forum section and news section send me to 404 error. If I go to all forums or all news I can drill down to the posted content.
I see for example that in forum the posted summary with hypertext link has www.mywebsite.com/orca/topic/my-post.htm
Now when I go to forum I see the actual link is /orca/#topic/my-post.htm
Notice the # is missing from the hyertext link on home page. Can someone tell me how to fix this? It is also doing the same thing in news section.
Open:
Yoursite.com/dolphin/orca/inc/header.inc.php
At the bottom of the page you will see:
$gConf['rewrite']['cat'] = 'group/%s.htm';
$gConf['rewrite']['forum'] = 'forum/%s-%d.htm';
$gConf['rewrite']['topic'] = 'topic/%s.htm';
$gConf['rewrite']['user'] = 'user/%s.htm';
$gConf['rewrite']['rss_forum'] = 'rss/forum/%s.htm';
$gConf['rewrite']['rss_topic'] = 'rss/topic/%s.htm';
$gConf['rewrite']['rss_user'] = 'rss/user/%s.htm';
$gConf['rewrite']['rss_all'] = 'rss/all.htm';
That see more
only problem now is that it is opening into a new window andy ideas?