JGU Redirect

You seldom have use for this Shortcode: [redirect url="http://www.xyz.de"]

If you inadvertently printed a Flyer with the address ihreeigeneblogadresse/pfad. but your actual page is somewhere different, for example here: ganzandereadresse.de

Then create a page with the pfad and put this into the page body:
[redirect url="otheradress.de/other/path"]

This will redirect permanently to the new location. Permanent means, this will not change, better remember the new address.

If you would like to only point to another destination temporarily and like to keep the old address in search engines, use the status parameter, like this:

[redirect url="otheradress.de/other/path" status="302"]

302 is the technical number to indicate a temporary move.