The resource requested could not be found on this server! HATASI
3
●316
- 14-02-2020, 20:59:15The resource requested could not be found on this server! hatası alıyorum arkadaşlar nasıl düzeltebilirim ? Bilgisi olan varmı?
- 14-02-2020, 21:05:23Merhabalar,
.htacces dosyası oluşturup içine şu kodları yazınız ;
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressdevam ediyorsa Chmod değerlerini yani dosyanın okuma yazma iznini 777 yapıp o şekilde deneyebilirsiniz