500 Internal Server Error Problem & How To Solve

Internal Server 500 hatası .htaccess dosyası kaynaklı bir hata.

Çözüm için ya bu .htaccess dosyasını silin yada sıfırdan masaüstünüzde yeni bir .htaccess oluşturun ve sitenize atın.

500-internal-server-error

.

Yani;

Masaüstüne yeni bir txt dosyası açın ve adını .htaccess.txt olarak değiştirin.

İçerisine aşağıdaki satırları girin;
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

Bunu Sitenizin Root klasörüne atın;

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>