/FORUM/ CAN NOT ACCESS SITE DOWN

I AM GETTING THE FOLLOWING ERROR IN THE 7.1.5 UPGRADE.

everything seems to be working except access to the forum module.

this shuts down a lot of things on the site including the groups.

ergh. i do not want to have to reinstall from scratch.

can someone tell me how to fix this problem??

error:

Not Found

The requested URL /forum/ was not found on this server.

 

url:

http://www.roaring.biz/forum/

http://www.roaring.biz/forum/groups/forum/INTEL-PROGRAMMERS-GROUP-0.htm

 

really need help with this one. can not access post or anything. HEEEeeeeEEElp!!!!!

 

Quote · 27 Feb 2015

Looks like all your permalinks are bust. Make sure the .htaccess file is uploaded and that mod_rewrite is enabled in Apache.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 27 Feb 2015

in apache

mod rewrite code needed here
LoadModule rewrite_module modules/mod_rewrite.so

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>

 

in root directory of d715

 

 

RewriteRule ^m/(.*)$  modules/index.php?r=$1 [QSA,L]

RewriteRule ^forum/groups/(.*)$  modules/boonex/forum/$1?orca_integration=groups [QSA,L]
RewriteRule ^forum/events/(.*)$  modules/boonex/forum/$1?orca_integration=events [QSA,L]
RewriteRule ^forum/store/(.*)$  modules/boonex/forum/$1?orca_integration=store [QSA,L]
RewriteRule ^forum/$  modules/boonex/forum/index.php [QSA,L]
RewriteRule ^forum/(.*)$  modules/boonex/forum/$1 [QSA,L]

 

help. no idea what is going wrong here

Quote · 27 Feb 2015

"AllowOverride None"

 

Needs to be "AllowOverride All", as well for any other occurrences in that file. This allows the .htaccess and mod_rewrite rules to function. Restart Apache after saving the changes. And for the .htaccess file, I'm guessing that's a cut-out of of the relevant section. In case not, upload a copy from a fresh download of Dolphin.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 27 Feb 2015

You still using windows servers or did you move to Linux yet ?

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 27 Feb 2015
 
 
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.