How To Redirect to HTTPS with .htaccess

Опубликовано: 11 Сентябрь 2020
на канале: Tony Teaches Tech
17,688
222

Learn how to redirect your website traffic from HTTP to HTTPS with the .htacces file. If you have ssh or FTP access to your Apache web server, you can modify your .htaccess file with a permanent 301 redirect to send all traffic to the HTTPS version of your website.

Code snippet:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L,NE]
Header always set Content-Security-Policy "upgrade-insecure-requests;"

Find more at https://tonyteaches.tech
Check out my vlog channel ‪@TonyFlorida‬

#https #htaccess #apache


Смотрите видео How To Redirect to HTTPS with .htaccess онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Tony Teaches Tech 11 Сентябрь 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 17,68 раз и оно понравилось 22 людям.