我想用“www”进行子域重定向,但这不起作用:
RewriteCond %{HTTP_HOST} !^www\.(blog\.)?example\.com$ [NC]
RewriteRule .? ht-tp://www.%1example.com%{REQUEST_URI} [R=301,L]
我想用“www”进行子域重定向,但这不起作用:
RewriteCond %{HTTP_HOST} !^www\.(blog\.)?example\.com$ [NC]
RewriteRule .? ht-tp://www.%1example.com%{REQUEST_URI} [R=301,L]