apache_conf 在Mamp上重定向到https

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 在Mamp上重定向到https相关的知识,希望对你有一定的参考价值。

RewriteEngine on
ReWriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]

以上是关于apache_conf 在Mamp上重定向到https的主要内容,如果未能解决你的问题,请参考以下文章

如何使用javascript在特定页面上重定向

sh 使用持久性在ubuntu上重定向443,80到8443,8080

如何在 AWS ALB 上重定向到 https://example.com/ 而不是 https://example.com:443/?

Drupal 在 Elastic Beanstalk 上重定向到“eb deploy”上的 Install.php

如何使用 PrimeFaces 在 JSF 上重定向?

在 Laravel POST 请求上重定向 302