碼農學習筆記~部屬後續~https

By 維尼弘 - 3月 20, 2019


本次部屬使用的虛擬機為Apache
每次網頁都沒有自動跑到https://

所以覺得奇怪~~爬了文,只要加上兩行在.htaccess檔案即可

RewriteEngine On
這行通常會自己出現

最下方加入

RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

從此你的網頁會自動跳到https的網址進行登入!!!!!!!!!!

參考:
https://jerrylin.blog/code-1-b222579a988


  • Share:

You Might Also Like

0 意見