Something useful

This is a simple solution for common task - determining the visitor's preferred language and redirecting him to proper content:

[FormFields]
WB_Command=R
WB_Redirect=http://$wbe{server_name}/$wbif{$wbindof{$wbe{HTTP_ACCEPT_LANGUAGE}|de}>0|ger|eng}

If visitor's browser is configured to accept content in German language the WBSP will redirect visitor to directory ger (with content in German language) in servers root, and if it does not then visitor will be redirected to directory eng (with content in English language).