apache_conf Umleitung auf www und https

Posted

tags:

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

# non-www to www
RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# force https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [NE,L,R=301]

以上是关于apache_conf Umleitung auf www und https的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf .htaccess nach Umstellung auf Apache 2.4

apache_conf 字体auf Uberspace laden(Bootstrap“custom-icons”)

apache_conf Die Komprimierung(zippen)der Textdateien auf Apache 2 aktivieren

apache_conf Den Zugriff auf die xmlrpc.php von WordPress unterbinden

AUFS和GlusterFS试水 1.0

Docker基础 文件系统之AUFS