Dostlar siteden siteye yönlendirme yapacağımda HTACCESS ile bir kod satıları vardı neydi tam bulamadım varsa yazar mısınız

A sitesinden B sitesine SEO uyumlu yönlendirme

Cevap:

# BEGIN WordPress

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^xxx.com [nc]
rewriterule ^(.*)$ xxx.com/$1 [r=301,nc]
rewritecond %{http_host} ^xxx.com [nc]
rewriterule ^(.*)$ xxx.com/$1 [r=301,nc]


# END WordPress