<![CDATA[ 301 Redirect with Babel Issue - My Forums]]> https://forums.modx.com/thread/?thread=104272 <![CDATA[301 Redirect with Babel Issue]]> https://forums.modx.com/thread/104272/301-redirect-with-babel-issue#dis-post-560831
Background: site has English .com/ and spanish .com/es

The 301s on the English are working just fine. Example:
RewriteRule ^path/page/ https://www.domain.com/path/new-page/ [L,NC,R=301]


The 301s for the Spanish versions are NOT working, not even giving a 404, just times out. I've tried these with no success:

RewriteRule ^es/path/page/ https://www.domain.com/es/path/new-page/ [L,NC,R=301]

RewriteRule ^(es)/path/page/ https://www.domain.com/es/path/new-page/ [L,NC,R=301]

RewriteRule ^/es/path/page/ https://www.domain.com/es/path/new-page/ [L,NC,R=301]


UPDATE: I just tried using the Redirector extra and it too fails.]]>
mayhemchaos Aug 16, 2018, 06:16 PM https://forums.modx.com/thread/104272/301-redirect-with-babel-issue#dis-post-560831
<![CDATA[Re: 301 Redirect with Babel Issue]]> https://forums.modx.com/thread/104272/301-redirect-with-babel-issue#dis-post-560914 mayhemchaos Aug 19, 2018, 02:35 AM https://forums.modx.com/thread/104272/301-redirect-with-babel-issue#dis-post-560914