X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseGeneralHow to Do SSL Redirection with Htac...

How to Do SSL Redirection with Htaccess

If you want your website to be automatically redirected to https://, that is, SSL structure, when you run your website in the browser with http://, that is, with a non-SSL link structure, you can easily do this with htaccess and a few lines of code as follows.

# SSL FORWARDING
RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteRule ^ https://makdos.com%{REQUEST_URI} [NS,R,L]

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(95 times viewed. / 2 people found helpful.)