André Warnier wrote:
Alain Roger wrote:
[...]
so if i understood well, apache understands as comment only and only
if the
line starts by "#" character at position 1.
Not exactly, but something like that :
- a line where the first non-blank character is a "#" will always be
seen as a comment.
Hi,
I would like to redirect to the right community based on the browser locale.
If my browser is set to English locale, Apache should automatically
redirect to for example mysite.com/en. Is that possible and how would
the RewriteCond/RewriteRule look like?
Thanks
Yusuf
-