Selamlar arkadaşlar,

sanırım htaccess dosyası nedeniyle sunucu Internal Error hatası veriyor. htaccess kodları aşağıdaki gibi:

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^([0-9]+)/(.*)?$ sonuc.php?id=$1 [L] 
RewriteRule ^harf/([A-Za-z0-9-]+)/?$ isimler.php?harf=$1
RewriteRule ^harf/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)?$ isimler.php?harf=$1&page=$2
RewriteRule ^kim/?$ insan.php
RewriteRule ^kim/([A-Za-z0-9-]+)/?$ insan.php?q=$1
RewriteRule ^home/?$ index.php
RewriteRule ^contact/?$ contact.php
RewriteRule ^loging-in/?$ giris.php
RewriteRule ^login/?$ loginform.php
RewriteRule ^register/?$ loginform.php
RewriteRule ^panel/?$ loginform.php
Nerede hata yapıyorum acaba? Localhost'da normal bir şekilde çalışıyor script fakat sunucuya attığımda çalışmıyor. Error_Log'da ise şu hata yazıyor:

Invalid command '\xef\xbb\xbf', perhaps misspelled or defined by a module not included in the server configuration
şimdiden teşekkürler