Arkadaşlar tr sunucuda sorunsuz çalışan bir scripti hostgatora kurdum şu hatayı alıyorum sanırım htcassesten htcasseside ekliyorum yardımcı oalbilecek varsa sevinirim
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, 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.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
.htcasses dosyasının içeriği
RewriteEngine On
Options All -Indexes
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
RewriteRule ^index.html$ index.php
RewriteRule ^tarot-(.*).html$ sonuc.php?sonuc=$1
500 Internal Server Error hatası
3
●1.144