RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.eskidomain\.com
RewriteRule (.*) http://www.yenidomain.com/$1 [R=301,L] Eski siteyi yeni siteye yönlendirme - Wordpress
2
●96
- 22-06-2023, 12:30:10Kimlik doğrulama veya yönetimden onay bekliyor.Merhaba, Wordpress sitemi yeni domaine taşıdım ama eski sitenin .htaccess dosyasına alttaki kodu ekliyorum linkler yönlenmiyor yardımcı olur musunuz.
- 22-06-2023, 12:35:02Bunu deneyin.
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^hipecraft\.com$ [OR] RewriteRule ^(.*)$ "https\:\/\/\blog.hipecraft\.com\/$1" [R=301,L] RewriteRule (.*) https://blog.hipecraft.com//$1 [R=301,L] Rewriterule ^wp-content/uploads/(.*)$ https://blog.hipecraft.com/$1 [r=301,nc,l] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress - 22-06-2023, 12:37:11şimdi bu kodu buldum çalıştı teşekkürler yinedekreawich adlı üyeden alıntı: mesajı görüntüle
RewriteEngine on RewriteCond %{HTTP_HOST} ^www.websiteniz.com [NC] RewriteRule ^(.*)$ http://websiteniz.com/$1 [L,R=301,NC]