Google Search

Google Search

HTML/JavaScript

Thursday, September 1, 2011

htaccess for http into https

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.sahapkuyumcu\.com\.tr [NC]
RewriteRule ^(.*)$ https://www.sahapkuyumcu.com.tr/$1 [L,R=301]


this is htaccess used to convert website.com into https://www.website.com

No comments:

Post a Comment