[TYPO3-english] regexp for url_rewrite
Daniel Bruessler
danielb at typo3.org
Thu May 14 10:43:25 CEST 2009
Hello, does anybody have an idea?
> Hello,
>
> why does this lead to an internal server error?
>
> RewriteRule ^(.+)\.( |_|%20)+(.+)$ /index.php?title=$1_.$3 [L]
>
> Test-cases:
> Dam_1._Documentation
> Dam 1. Documentation
> Dam%201.%20Documentation
>
> The regexp-tester says it does match properly.
> http://regexpal.com/
>
> This is has the same result:
> RewriteRule ^(.+)\.( |_|\%20)+(.+)$ /index.php?title=$1_.$3 [L]
>
> Thanks!
> Cheers!
> Daniel
More information about the TYPO3-english
mailing list