The file is a .htaccess
RewriteEngine on
RewriteBase /
RewriteRule viewpost/([1-9]+?[0-9]).html?$ viewtopic.php?p=$1#$1 [NE,L]
RewriteRule viewtopic/([1-9]+?[0-9])?.html$ viewtopic.php?t=$1 [L]
RewriteRule viewforum/([1-9]+?[0-9]*)?.html$ viewforum.php?f=$1 [L]
and yet it brings up a 500 error. Any idea's?
I hosting company assure me that FollowSymLinks is working and its a script problem.
Thanks in advance
James