arkadaşlar https://test.com/GeneralRanking/1 adresine girince GeneralRanking.php?nation=1 şeklinde çalışmasını istiyorum bir türlü olmadı htaccess dosyam aşağıdaki gibidir bakabilir misiniz rica etsem.

RewriteEngine on

RewriteCond %{THE_REQUEST} /([^.]+)\.php [NC]
RewriteRule ^ /%1 [NC,L,R]

RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php [NC,L]

ErrorDocument 404 /404.php

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([0-9a-zA-Z-_]+)/([0-9]+)$  blog.php?sef=$1&id=$2 [L,QSA]

RewriteRule ^GeneralRanking/([0-9]+)$  GeneralRanking.php?nation=$1 [L,QSA]