Chuyển hướng http sang https dùng mod_rewrite Apache | Chia sẽ kiến thức Linux/Unix

728x90 AdSpace

Nổi bật
Thursday, January 11, 2018

Chuyển hướng http sang https dùng mod_rewrite Apache

Chuyển hướng http sang https dùng mod_rewrite Apache

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]

RewriteEngine On
RewriteRule ^apache-redirect-http-to-https\.html$ https://www.yoursite.com/apache-redirect-http-to-https.html [R=301,L]
Chuyển hướng http sang https dùng mod_rewrite Apache Reviewed by HAPPY on 11:17 PM Rating: 5 Chuyển hướng http sang https dùng mod_rewrite Apache RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{SERVER_NAME...

2 comments:

  1. Mình đã làm mọi cách mà không được, chỉ chuyển hướng được trang chủ.
    Hãng xe Honda
    Hãng xe Kia
    Hãng xe Lexus
    Hãng xe Mazda

    ReplyDelete
    Replies
    1. Nếu khó khăn có thể gửi mail đến [email protected] để hỗ trợ giúp bạn nhé

      Delete

Copyright © 2017 - 2027 Chia sẽ kiến thức Linux/Unix All Right Reserved
Thiết kế bởi HAPPY
Scroll to Top