Bu cevap, konu sahibi tarafından kabul edilebilir bir cevap olarak işaretlendi.
Yanıt için teşekkür ederim. Şimdi htaccess dosyası oluşturdum fakat yine olmadı maalesef. Htaccess içinde yer alan kodları şu şekilde yaptım:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<meta http-equiv=refresh content=0;URL=http://www.siteismi.com>
RewriteEngine on
RewriteRule ^(.*)$ http://www.yenisite.com/$1 [R=301,L]