how do i override all for htaccess

how do i go about entering the correct syntax statement (and to where) in order to get htaccess to redirect traffic to its forum directories...

as for now.. they are all comming up roaring.biz/forum/ and not working at all.. in fact i can not even configure orca

so store/groups/events/forums is down until someone can be nice enough to show me exactly how to fix this allowoveride all fix to whatever file it needs to be in..

 

please help. been down for 3 days now.

Quote · 28 Nov 2010

http://httpd.apache.org/docs/2.2/

 

http://httpd.apache.org/docs/current/mod/core.html#allowoverride

 

http://httpd.apache.org/docs/current/howto/htaccess.html

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

arrgghhh nothing is working.. here is what i have

 

<Directory />
    # NEED THIS to ALLOW PHP TO RUN
 Allowoverride All
  Allow from all
</Directory>

 

AND

 

<Directory "D:/WEBSITE/indigoampp/apache-2.2.11/htdocs">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride ALL

    #
    # Controls who can get stuff from this server.
    #
    Order allow,deny
    Allow from all

</Directory>

 

inside httpd.config..

 

I have tried UNI template and blackmagic template both do NOT work for forums/groups/store/events

they keep going to WWW.ROARING.BIZ/forum/

 

and not even touching the htaccess data.. here it is by the way

#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 ^blogs/{0,1}$   modules/boonex/blogs/blogs.php [QSA,L]
RewriteRule ^blogs/all/{0,1}$  modules/boonex/blogs/blogs.php?action=all  [QSA,L]
RewriteRule ^blogs/all/([0-9]+)/([0-9]+)/{0,1}$  modules/boonex/blogs/blogs.php?page=$2&per_page=$1  [QSA,L]
RewriteRule ^blogs/top/{0,1}$   modules/boonex/blogs/blogs.php?action=top_blogs [QSA,L]
RewriteRule ^blogs/top/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=top_blogs&page=$2&per_page=$1 [QSA,L]
RewriteRule ^blogs/top_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=top_posts [QSA,L]
RewriteRule ^blogs/top_posts/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=top_posts&page=$2&per_page=$1 [QSA,L]
RewriteRule ^blogs/tag/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey=$1 [QSA,L]
RewriteRule ^blogs/tag/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/tag/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=search_by_tag&tagKey=$2&ownerName=$1 [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2 [QSA,L]
RewriteRule ^blogs/entry/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_post&postUri=$1 [QSA,L]
RewriteRule ^blogs/entry/{0,1}$    modules/boonex/blogs/blogs.php?action=show_member_post&postUri= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1 [QSA,L]
RewriteRule ^blogs/posts/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName= [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&page=$3&per_page=$2 [QSA,L]
RewriteRule ^blogs/posts/([^/.]+)/category/([^/.]+)/([0-9]+)/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerName=$1&categoryUri=$2&page=$4&per_page=$3 [QSA,L]
RewriteRule ^blogs/home/{0,1}$   modules/boonex/blogs/blogs.php?action=home [QSA,L]
RewriteRule ^blogs/all_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=all_posts [QSA,L]
RewriteRule ^blogs/popular_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=popular_posts [QSA,L]
RewriteRule ^blogs/featured_posts/{0,1}$   modules/boonex/blogs/blogs.php?action=featured_posts [QSA,L]
RewriteRule ^blogs/tags/{0,1}$   modules/boonex/blogs/blogs.php?action=tags [QSA,L]
RewriteRule ^blogs/show_calendar/{0,1}$   modules/boonex/blogs/blogs.php?action=show_calendar [QSA,L]
RewriteRule ^blogs/my_page/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=main [QSA,L]
RewriteRule ^blogs/my_page/add/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=add [QSA,L]
RewriteRule ^blogs/my_page/manage/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=manage [QSA,L]
RewriteRule ^blogs/my_page/pending/{0,1}$   modules/boonex/blogs/blogs.php?action=my_page&mode=pending [QSA,L]
RewriteRule ^blogs/my_page/edit/([0-9]+)/{0,1}$  modules/boonex/blogs/blogs.php?action=edit_post&EditPostID=$1 [QSA,L]
RewriteRule ^blogs/member_posts/([0-9]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=show_member_blog&ownerID=$1 [QSA,L]
RewriteRule ^blogs/category/([^/.]+)/{0,1}$   modules/boonex/blogs/blogs.php?action=category&uri=$1 [QSA,L]

RewriteRule ^ads/{0,1}$  modules/boonex/ads/classifieds.php?Browse=1 [QSA,L]
RewriteRule ^ads/my_page/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page [QSA,L]
RewriteRule ^ads/my_page/add/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add [QSA,L]
RewriteRule ^ads/my_page/edit/([0-9]+)/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add&EditPostID=$1 [QSA,L]
RewriteRule ^ads/my_page/edit/([0-9]+)/dimg/([0-9]+)/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=add&EditPostID=$1&dimg=$2 [QSA,L]
RewriteRule ^ads/my_page/manage/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=manage [QSA,L]
RewriteRule ^ads/my_page/pending/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=pending [QSA,L]
RewriteRule ^ads/my_page/disapproved/{0,1}$  modules/boonex/ads/classifieds.php?action=my_page&mode=disapproved [QSA,L]
RewriteRule ^ads/cat/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?catUri=$1 [QSA,L]
RewriteRule ^ads/all/cat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?catUri=$3&page=$2&per_page=$1 [QSA,L]
RewriteRule ^ads/subcat/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?scatUri=$1 [QSA,L]
RewriteRule ^ads/all/subcat/([0-9]+)/([0-9]+)/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?scatUri=$3&page=$2&per_page=$1 [QSA,L]
RewriteRule ^ads/entry/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds.php?entryUri=$1 [QSA,L]
RewriteRule ^ads/tag/([^/.]+)/{0,1}$  modules/boonex/ads/classifieds_tags.php?tag=$1 [QSA,L]
RewriteRule ^ads/calendar/{0,1}$  modules/boonex/ads/classifieds.php?action=show_calendar [QSA,L]
RewriteRule ^ads/categories/{0,1}$  modules/boonex/ads/classifieds.php?action=show_categories [QSA,L]
RewriteRule ^ads/tags/{0,1}$  modules/boonex/ads/classifieds.php?action=tags [QSA,L]
RewriteRule ^ads/all_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_all_ads [QSA,L]
RewriteRule ^ads/top_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_top_rated [QSA,L]
RewriteRule ^ads/popular_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_popular [QSA,L]
RewriteRule ^ads/featured_ads/{0,1}$  modules/boonex/ads/classifieds.php?action=show_featured [QSA,L]

RewriteRule ^search/tag/([^/.]+)/{0,1}$  search.php?Tags=$1 [QSA,L]

RewriteRule ^browse/([^/.]+)/([^/.]+)/([^/.]+)$ browse.php?sex=$1&age=$2&country=$3 [QSA,L]

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]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^([^/]+)$ profile.php?ID=$1 [QSA,L]

</IfModule>

AddType application/vnd.adobe.air-application-installer-package+zip .air
AddType application/x-shockwave-flash .swf

 

I WOULD REALLY LIKE TO GET MY SITE WORKING AGAIN 7.0.4 wrecked my forums

 

 

Quote · 29 Nov 2010

It looks like mod_rewrite module is not enabled on your web-server, please ask your hosting support to enable it for you.

Also if you are editing httpd.conf file directly, make sure that you are pasting mod_rewrite rules to the correct place, contact your hosting support to determine correct place for it.

Additionally there are more rewrite rules for forum, they are in modules/boonex/forum/.htaccess file, make sure that these rules are in effect too.

Rules → http://www.boonex.com/terms
Quote · 30 Nov 2010

strangley enough mod_rewrite was uncommented...

I usunstalled orca/events/store/groups then tried to reinstall and got the following error

 

Installation of: Orca Forum Failed -- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error: Column count doesn't match value count at row 1

INSERT INTO `sys_page_compose` VALUES(NULL, 'index', '998px', 'Forum Posts', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_all#4', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'member', '998px', 'Forum Posts', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_user&user={NickName}#4', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'profile', '998px', 'Last posts of a member in the forum', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_user&user={NickName}#4', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'forums_index', '998px', 'Last posts', '_bx_forum_forum_posts', 1, 0, 'RSS', '{SiteUrl}forum/?action=rss_all#10', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'forums_index', '998px', 'Forums', '_bx_forums', 2, 0, 'Forums', '', 0,





so i guess i have to recover my old database to get it back...
the mod_rewrite.so doesn't seem to be doing anything at all....
i still get roaring.biz/forums/ to a dead page.. when it should be accessing modules/boonex/forums.

i need a brainiac to figure this one out.
yes i included the statement to make mod_rewrite on
Quote · 3 Dec 2010

turn off permalinks in your admin panel. mod_rewrite is not functioning on your WAMP. you may need to recompile --with-mod_rewrite because its not working. its that simple.

 

as for the templates not working on forums | groups | store if you recall it will also not working on events, because these are all dependent on each other. but first thing, oh and also there is a set of mod_rewrite strings on the htaccess within the orca file set. but you need to get permalinks turned off, or mod_rewrite enabled. those are the two options.

strangley enough mod_rewrite was uncommented...

I usunstalled orca/events/store/groups then tried to reinstall and got the following error

 

Installation of: Orca Forum Failed -- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error: Column count doesn't match value count at row 1

INSERT INTO `sys_page_compose` VALUES(NULL, 'index', '998px', 'Forum Posts', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_all#4', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'member', '998px', 'Forum Posts', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_user&user={NickName}#4', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'profile', '998px', 'Last posts of a member in the forum', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_user&user={NickName}#4', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'forums_index', '998px', 'Last posts', '_bx_forum_forum_posts', 1, 0, 'RSS', '{SiteUrl}forum/?action=rss_all#10', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'forums_index', '998px', 'Forums', '_bx_forums', 2, 0, 'Forums', '', 0,





so i guess i have to recover my old database to get it back...
the mod_rewrite.so doesn't seem to be doing anything at all....
i still get roaring.biz/forums/ to a dead page.. when it should be accessing modules/boonex/forums.

i need a brainiac to figure this one out.
yes i included the statement to make mod_rewrite on

the question you ask here about override all has nothing to do with your problem.

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 3 Dec 2010

All rewrite are ticked off. So the site should work, I get always return to index page.

maore than trange,

I have asked the host, re-write is enabled

but still I am walking in cricles

you can see on www . weareexpats . com  Since 1 year i never got Dophin 7 proper working

now I have 7.07 installed. I also added the rewrite base to the .htaccess as requested

but not lucky too.

Quote · 25 Aug 2011
 
 
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.