强制www./no-www.in.htaccess

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了强制www./no-www.in.htaccess相关的知识,希望对你有一定的参考价值。

This example shows you how to force www. or no-www. using .htaccess file.
  1. # Force the www.
  2. RewriteEngine On
  3. RewriteCond %{HTTP_HOST} ^your-site.com [NC]
  4. RewriteRule ^(.*)$ http://www.your-site.com/$1 [L,R=301]
  5.  
  6. # Remove the www.
  7. RewriteEngine On
  8. RewriteCond %{HTTP_HOST} !^your-site.com$ [NC]
  9. RewriteRule ^(.*)$ http://your-site.com/$1 [L,R=301]

以上是关于强制www./no-www.in.htaccess的主要内容,如果未能解决你的问题,请参考以下文章

关于vue强制刷新

.htaccess:在所有页面上强制 www,在一个页面上强制 https,在所有其他页面上强制 http

索引的强制使用与强制禁用

Python中的强制转换和强制转换有啥区别?

手机怎么开启强制GPU渲染

bat强制全屏