ahmethx adlı üyeden alıntı: mesajı görüntüle
Htaccess var hocam ama değişmedi

Hayır hocam
# BEGIN Redirects RewriteEngine On # 301 redirect www to non-www RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L] # 301 redirect to https RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # END Redirects
bu kodu htaccess dosyanızın altına ekleyebilirsiniz.