hocam aslında bu taşıdığım domainde zaten bi wp wardı ve tüm linkler sağlamdı ne oldu anlamadım.

htaccess 777 değildi yaptım ama çözüm olmadı.

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


# END WordPress