You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Robert Andersson <ro...@profundis.nu> on 2004/06/03 13:50:45 UTC

Re: [users@httpd] Problems with rewrite and non english characters.

Thomas Gabrielsen wrote:
> ..and here is the rewriterule:
> RewriteRule ^postlite([0-9]*)-([[:punct:]/:\-\'(){}.&=_a-zA-Z0-9\ ]*).html
> modules.php?name=Forums&file=viewtopic&t=$1&highlight=$2

I'm not sure I am following exactly how this fits together, but you could
possibly replace the "a-zA-Z0-9" part with a "\w", which should match any
"word character".

Regards,
Robert Andersson


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org