Mobile app version of vmapp.org
Login or Join
Phylliss660

: 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,

@Phylliss660

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.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Phylliss660

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme