8 lines
255 B
ApacheConf
8 lines
255 B
ApacheConf
Redirect 301 /nds-constraint.html /blog/2020-07-12-nds-constraint.html
|
|
|
|
RewriteEngine On
|
|
RewriteCond %{HTTPS} off [OR]
|
|
RewriteCond %{HTTP_HOST} ^www\. [NC]
|
|
RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
|
|
RewriteRule ^ https://%1%{REQUEST_URI} [L,NE,R=301]
|