apache_conf 通过重定向301重定向所有网站([R = 301,L])

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 通过重定向301重定向所有网站([R = 301,L])相关的知识,希望对你有一定的参考价值。

# Always use https for secure connections
# Replace 'www.example.com' with your domain name
# (as it appears on your SSL certificate)
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]

以上是关于apache_conf 通过重定向301重定向所有网站([R = 301,L])的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 301重定向

apache_conf 301 SSL重定向

apache_conf 301重定向Htaccess

apache_conf HTAccess:301重定向

apache_conf 301重定向(.htaccess)

apache_conf htaccess 301重定向