merhaba arkadaslar.
vps e tum sıtelerımın yedeklerını yukledım. fakat hepsi 500 internal server error hatası verıyor
bu hatayı neyden dolayı verıyo olabilir...
yeni vps te tum siteler 500 internal server error hatası verıyor.
6
●1.808
- 28-07-2010, 13:51:25php'de devam etmek isterseniz, easyapache ile apache derleyin. Sonrasında php'de de çalışacaktır. Tabi chmod ve chown ayarlarınızı şu şekilde yapmalısınız,
ssh'ta login olup şu komutları her kullanıcı için ayrı ayrı verin
chown -R kullanici_Adi:kullanici_adi /home/kullanici_adi/public_html/*
find /home/kullanici_adı/public_html -depth -type d -exec chmod 755 {} \;
find /home/kullanici_adi/public_html -depth -type f -exec chmod 644 {} \;