1
Hallo.
Ich habe folgende 301 Rewrites in meiner .htaccess stehen aber irgendwie ziehen die nicht. Wäre nett wenn mir jemand sagen könnte, was ich falsch mache:
RewriteCond %{HTTP_HOST} ^terex\.com/mpe$ [NC]
RewriteRule ^(.*)$ http://www.terex.com/mobile-processing-equipment/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www\.terex\.com/mpe$ [NC]
RewriteRule ^(.*)$ http://www.terex.com/mobile-processing-equipment/$1 [L,R=301]
Vielen Dank,
Gruß,
Bernd
Ich habe folgende 301 Rewrites in meiner .htaccess stehen aber irgendwie ziehen die nicht. Wäre nett wenn mir jemand sagen könnte, was ich falsch mache:
RewriteCond %{HTTP_HOST} ^terex\.com/mpe$ [NC]
RewriteRule ^(.*)$ http://www.terex.com/mobile-processing-equipment/$1 [L,R=301]
RewriteCond %{HTTP_HOST} ^www\.terex\.com/mpe$ [NC]
RewriteRule ^(.*)$ http://www.terex.com/mobile-processing-equipment/$1 [L,R=301]
Vielen Dank,
Gruß,
Bernd