RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^domain.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [L,R=301]
kullan htaccess te
bu kodlarda.
!^domain.com$ [NC]
http://domain.com/$1 [L,R=301]
yazan yerlere kendi sitemin adını yazmam gerekmiyormu arkadaşlar.?