selam,

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?$1 [QSA,L]

(wp gibi hazir seyler kullanmiyorum.)

bu htaccess te sorunsuz calisiyor fakat nginx teki configuration'ı nasıl olmalı konusunu çözemedim, çok şey denedim.

mesela bu yemedi;

location / {
    try_files $uri /index.php?$uri&$args;
}
tecrübeli biri, yukarıdaki htaccess i nginx e uyarlayarak, sorunsuz çalışacak bir host.conf dosyasi hazirlayip paylasabilir mi?

şimdiden her yanıt için teşekkürler.