HomeNotesHelp with 404 errors
1468 days ago in 
Tags: errors
Reactions: 3 comments 1 points0 reports
 
 

Help with 404 errors

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.

Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
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?
 
 
 
PET:0.05546498298645