[TYPO3-german] Probleme mit Rewriting, alten und neuen URLs

André Laugks listen at pb82.de
Wed Apr 23 14:27:14 CEST 2008


Stefan Jurisch schrieb am 23.04.2008 13:30:
> Ginge das auch, daß auf diese Weise ein 404er mit Verweis auf eine Error-Page zurückgegeben würde?

# 404
RewriteCond %{REQUEST_URI} ^/index.php$
RewriteCond %{QUERY_STRING} ^id=[0-9]+
RewriteRule (.*) - [L,R=404]
ErrorDocument 404 /error.html

# 410
RewriteCond %{REQUEST_URI} ^/index.php$
RewriteCond %{QUERY_STRING} ^id=[0-9]+
RewriteRule (.*) - [G]
ErrorDocument 410 /error.html


André Laugks


More information about the TYPO3-german mailing list