for the THIRD TIME!!! I need help with forum posts

The forum posts box shows up displaying 4 posts in the forums (latest) but when i click on any of them a new window openes up and says 404 can not be found... putting a # before topic in the url box displays the post... now I need to know what file i have to edit in dolphin 6.1 in order to change the url it uses on forum posts box (on the home page)

right now it's just this

 

http://roaring.biz/orca/topic/How-to-RIP-DVDs-Like-aXXo.htm

 

and it is opening in a new window that i don't really need to do....

 

http://roaring.biz/orca/#topic/How-to-RIP-DVDs-Like-aXXo.htm   is the correct url for accessing forum links on a windows server.. i got all the groups fixed but can not find the one for forum posts box links..

 

please help

Quote · 1 Jun 2009

This is a total guess, but you can try editing the file at ./orca/.htaccess

 

There are some lines in there that you can monkey around with and see if it will solve the problem.

 

RewriteEngine On

RewriteRule ^group/(.+)\.htm$   index.php?action=goto&cat_id=$1   [QSA,L]
RewriteRule ^forum/(.+)-([0-9]+)\.htm$   index.php?action=goto&forum_id=$1&start=$2    [QSA,L]
RewriteRule ^forum/(.+)\.htm$   index.php?action=goto&forum_id=$1&start=0    [QSA,L]
RewriteRule ^topic/(.+)\.htm$   index.php?action=goto&topic_id=$1    [QSA,L]
RewriteRule ^user/(.+)\.htm$   index.php?action=goto&user=$1         [QSA,L]

 

MAKE SURE TO BACKUP THE FILE FIRST

I would hate to have anyone's site botched due to a guess on my part.  : P

 

Good luck!

Quote · 1 Jun 2009
 
 
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.