.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.xml$ google_sitemap.php [L]
RewriteRule ^forum-([0-9]+).xml$ google_sitemap.php?fid=$1 [L]
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.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.