| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 1 month |
| seen | 14 hours ago | |
| stats | profile views | 1 |
|
Nov 26 |
comment |
RewriteRule: cannot compile regular expression. Version support? Can it convert the encoding do it can handle any client? |
|
Nov 25 |
comment |
RewriteRule: cannot compile regular expression. Version support? request for Bücher.ch converted to xn--bcher-kva.ch (browsers) and to %X29%XD7... on wget. I need the apache to work the same on both cases... |
|
Nov 25 |
comment |
RewriteRule: cannot compile regular expression. Version support? I'm trying to redirect a request. all browsers are encoding it to UTF8, but other application (wget,bots etc) are sending it with ascii encoding so the regex wont work for both, and I need it to work on both... |
|
Nov 25 |
comment |
RewriteRule: cannot compile regular expression. Version support? I know that (*UTF8) if not a valid expression, all I'm trying to do is to make sure that the expression I'm getting is UTF8 and not ascii. if I'm making a wget call for Bücher.ch(with my server ip), I'm getting ascii on the apache and my regex is no good. How can I convert it to UTF8? |
|
Nov 25 |
comment |
RewriteRule: cannot compile regular expression. Version support? I'm trying to host some IDN domains on my server and redirect them to static folders on the server. |
|
Nov 23 |
awarded | Student |
|
Nov 23 |
comment |
RewriteRule: cannot compile regular expression. Version support? I do not have online example(I've it on a friend's server) but you can see other people asking about it (like: gossamer-threads.com/lists/apache/users/397951) |
|
Nov 23 |
comment |
RewriteRule: cannot compile regular expression. Version support? Sam, The example is similar to my use. As I understand it, IDN's translate to "xn--" (Bücher.ch translated to xn--bcher-kva.ch, Wikipedia example). So removing the UTF8 might remove the error, but will not work... |
|
Nov 23 |
comment |
RewriteRule: cannot compile regular expression. Version support? Well Sam, I need that the IDN's will be in UTF8 and not in asccii. Do you know a way that I can do that? I saw a working example that does it like that and the only difference that I can think of is the demon version... |
|
Nov 23 |
asked | RewriteRule: cannot compile regular expression. Version support? |