Thanks, that helped

apache now seems to be running okay.
Im having a little trouble with writing the rule though, i need it to pick up uppercase letters, lowercase letters and underscores what are after #! so i tried
RewriteRule ^#!([a-zA-Z_])$ test.php?page=$1 but that didnt work, can you see what im doing wrong?