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.