Help with 404 errors

bullsparade posted 19th of May 2008 in Community Voice. 3 comments.

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.

 
Comments
·Oldest
·Top
Please login to post a comment.
rbisconti
did you ever find a solution to this?
rbisconti
I figured it out!
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 is where you add the pound sign (#)

For mine I had to change:
$gConf['rewrite']['topic'] = 'topic/%s.htm';
TO
$gConf['rewrite']['topic'] = '#topic/%s.htm';

Hope this helps!
Jarrette
I had the sam problem only in D7 the path is Yoursite.com/dolphin/mods/boonex/form/inc/header.inc.php

only problem now is that it is opening into a new window andy ideas?
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.049053907394409