: From the link you have provided .. # Now redirect to the mobile site RewriteRule ^ http://m.example.org%{REQUEST_URI} [R,L] If you are using the the L flag, it mean LAST rule to process,
From the link you have provided ..
# Now redirect to the mobile site
RewriteRule ^ m.example.org%{REQUEST_URI} [R,L]
If you are using the the L flag, it mean LAST rule to process, so you can have surprises with further rules :-)
You may also want to use other rules for your mobile/desktop version to redirect to the EN subdir by default instead of using the Redirect command. However, i think the problem here is just your rules order in the htaccess combined with the L flag.
More posts by @Phylliss660
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.