Merhaba,
Sunucu apache ve .htaccess dosyasında
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
bu satırlar eksik ise ekleyip dener misin.
Centos, Apacehe örnek .htaccess dosyası
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
ile benzer sorunları çözmüştüm
İyi çalışmalar..