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