ertunc23 adlı üyeden alıntı: mesajı görüntüle
Ngix ayarlarını şu şekilde düzenleyin ;


gzip on;
gzip_min_length 1000;
gzip_types text/html application/x-javascript text/css application/javascript text/javascript text/plain text/xml application/json application/vnd.ms-fontobject application/x-font-opentype application/x-font-truetype application/x-font-ttf application/xml font/eot font/opentype font/otf image/svg+xml image/vnd.microsoft.icon;

gzip_disable "MSIE [1-6].";
location ~* .(woff|eot|ttf|svg|mp4|webm|jpg|jpeg|png|gif|ico|c ss|js)$ {
expires 365d;
}

open_file_cache max=1000 inactive=20s;
open_file_cache_valid 30s;
open_file_cache_min_uses 5;
open_file_cache_errors off;

client_header_timeout 3m;
client_body_timeout 3m;
send_timeout 3m;

if (!-e $request_filename) {
set $test P;
}
if ($uri !~ ^/(plesk-stat|webstat|webstat-ssl|ftpstat|anon_ftpstat|awstats-icon|internal-nginx-static-location)) {
set $test "${test}C";
}
if ($test = PC) {
rewrite ^/(.*)$ /index.php?$1;
}

SM-G610F cihazımdan Tapatalk kullanılarak gönderildi
Yeniden kurulum yapıyorum, deneyip haber vereceğim.
atakancelik adlı üyeden alıntı: mesajı görüntüle
Kolay gelsin, kalıcı bağlantılar kısmında Yazı ismi seçeneğini seçip tekrar kaydederseniz sorun düzelecektir.
Defalarca denedim fakat çözüm olmuyor.