我需要配置从http://www.mydomainA.com.br到http://www.otherdomainB.com.br/some%20text的重定向
原始网址-http://www.mydomainA.com.br需要保留给用户。
我已经尝试了一些位于Internet上的东西,但是没有用。
使用RewriteRule和ProxyPass尝试了几种代码
这是我的代码:
ServerName www.lojaquatrorodas.com.br
ServerAlias lojaquatrorodas.com.br
RewriteEngine On
RewriteRule ^/* http://www.aquariustore.com.br/quatro%20rodas [R=301,L]
RewriteRule ^/$ http://www.aquariustore.com.br/quatro%20rodas [R=301,L]
使用此代码,重定向可以很好地工作,但是会显示新的URL地址,而不是我需要的旧URL地址。