http://roaring.biz/forum/ where's the real dir?

http://roaring.biz/forum/ is comming up in admin and everytime i try to access events/groups.store or forum

 

my mod_rewrite has been set in httpd.conf

one line of code to include it

in includes there is mod_rewrite.c

----------------------------

my htaccess shows the following

#Options -MultiViews
<IfModule mod_php4.c>
    php_flag register_globals Off
</IfModule>
<IfModule mod_php5.c>
    php_flag allow_url_include Off
    php_flag register_globals Off
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /

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]

RewriteRule ^page/(.*)$  viewPage.php?ID=$1 [QSA,L]

 

and still d704 refuses to go to the orca directory.. no setting up langauges and no using it

HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

 

Quote · 27 Nov 2010

Might I recommend using the .htaccess file provided by the script and configuring your server to allow overrides? Also, can you confirm that mod_rewrite is actually loaded?

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

look i am basically stuip.. i find lots of bugs...

can you explain how to make an override?

and in what file?

 

mod_rewrite must be working as most of my website works with the exception of forums

Quote · 27 Nov 2010
 
 
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.