Re: [EMAIL PROTECTED] Re: close to success with RewriteRule

2008-09-19 Thread Yusuf Koer
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.

[EMAIL PROTECTED] redirecting based on the browser locale

2008-09-18 Thread Yusuf Koer
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 -