SSL ile alakalı değil google sunucuları zorluyor o nedenden öyle index alıyor. Htacces üzerinden https - http yönlendirin sorun tamamen çözülür
Arkadaşlar htaccces aşağıda nasıl duzenlıyıcem bılmıyorum yardımcı olurmusunuz bu konuda duzenleyıp
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName izmitevdenevenakliyat.web.tr
AuthUserFile /home/izmitevd/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/izmitevd/public_html/_vti_pvt/service.grp
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit