merhaba .htaccess dosyayısından kaynaklanan olamaz bence diğer sitemde sorun yok dosyanın içi şöyle bu arada worpress tabanlı değildir.


RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z]+)/([^/]+/)?$ index.php?$1/$2 [L,QSA]




ExpiresActive on
ExpiresDefault "access plus 1 year"