orca - forums won't work?

Whenever I go to http://localhost/dolphin/orca/ which is the location of my dolphin on my Apache server on Windows, I always get the error below. Could it be the .htaccess file? This is what I have:

AddType application/xml .xsl

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]

RewriteRule ^rss/forum/(.+)\.htm$    index.php?action=rss_forum&forum=$1 [QSA,L]
RewriteRule ^rss/topic/(.+)\.htm$    index.php?action=rss_topic&topic=$1 [QSA,L]
RewriteRule ^rss/user/(.+)\.htm$     index.php?action=rss_user&user=$1  [QSA,L]
RewriteRule ^rss/all\.htm$           index.php?action=rss_all&sort=      [QSA,L]

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Quote · 1 Sep 2008

Check whether your server has mod_rewrite enabled.

Post your questions at http://www.dolphinpros.com. I will answer there.

Regards,

Praveen.

http://cpanel.happy-hosting.com

----
Quote · 1 Sep 2008
 
 
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.