gerekli yerleri düzenleyip .htaccess dosyasına şu kodları ekleyin
indexlerinizi etkilemez zamanla google bot sitenize girerek google sonuçlarında www. olarak görünür.
indexlerinizi etkilemez zamanla google bot sitenize girerek google sonuçlarında www. olarak görünür.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.adres\.com
RewriteRule (.*) http://www.adres/ $1 [R=301,L]
# BEGIN W3TC Browser Cache
Header append Vary User-Agent env=!dont-vary
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
# DEFLATE by extension
AddOutputFilter DEFLATE js css htm html xml
# END W3TC Browser Cache
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
hocam böyle birşey var karışık geldi bana yani farklı ne yapacağım buna ben