Hello,

the solution is: it's needed to escape a space. The correct version is this:

RewriteRule ^(.+)\.(\ |_|%20)+(.+)$ /index.php?title=$1_.$3 [L]

Cheers!
Daniel

> 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
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to