我们在托管服务器上安装了typo3-multidomain。 domain.de被重定向到www.domain.de/home和 domain-region.de被重定向到www.domain-region.de/home (typo3 base url)
但是,如果我输入url domain.de/career,我不会被重定向到www.domain.de/career,而是转到www.domain.de/home
我已经在.htaccess中对此进行了测试,但它无效:
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
此外,我们为包含表单的页面提供了一些https子域名,这些页面不应受www-redirects的影响
答案 0 :(得分:0)
尝试将其添加到原始TYPO3“.htaccess”:
的末尾RewriteCond %{HTTP_HOST} ^(www\.)?yourdomain\.(it|de|us)$
RewriteRule .* http://www.yourdomainmain.com/ [R]
此致 皮特
答案 1 :(得分:0)
我发现问题在Typo3中得到了解决 transfer url parameter