-
Üyelik
20.06.2014
-
Yaş/Cinsiyet
37 / E
-
Meslek
technical expert
-
Konum
İstanbul Anadolu
-
Ad Soyad
F** K**
-
Mesajlar
783
-
Beğeniler
107 / 218
-
Ticaret
5, (%100)
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
htaccess dosyanıza ekleyiniz.
1 kişi bu mesajı beğendi.
-
Üyelik
20.06.2014
-
Yaş/Cinsiyet
37 / E
-
Meslek
technical expert
-
Konum
İstanbul Anadolu
-
Ad Soyad
F** K**
-
Mesajlar
783
-
Beğeniler
107 / 218
-
Ticaret
5, (%100)
dosya uzantısı .htaccess olacak. Masaüstünde de oluşturabilirsin.
Wp kullanıyorsun genelde olur dosya ama ana dizinde yok ise kendi oluşturup upload edebilirsin.
# BEGIN WordPress
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress