.htaccess help

hi there i am trying to get my .htaccess working on my server here is whats in the .htaccess file
PHP Code:
DirectoryIndex portal.php
RewriteEngine on
RewriteRule 
^google_sitemap.xmlgoogle_sitemap.php [L]
RewriteRule ^forum-([0-9]+).xmlgoogle_sitemap.php?fid=$[L
but i keep getting this error

Code:
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.


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

Apache/2.0.55 (Win32) PHP/5.1.1 Server at
p.s i am running on a windows server 2003
p.ss i am a noob on this sort of thinge as i have only just started learning about this sort of think and runnung website. so all the help would be great thanx.

 

 

 

 

Top