我要重定向:
http://cbpq.luisgustavoventura.com/
和
http://luisgustavoventura.com/cbpq/
到:
http://cbpq.org.br/
我试过:
RewriteCond %{HTTP_HOST} ^(cbpq\.luisgustavoventura\.com|luisgustavoventura\.com/cbpq)$ [NC]
RewriteRule ^(.*) https://www.cbpq.org.br/$1 [L,R]
但不起作用。
请,建议。