# go()

Redirects to the given Urls Urls can be relative or absolute.

****

- Source: <https://github.com/getkirby/kirby/tree/5.5.3/config/helpers.php#L203>

****

```php
go(string $url = '/', int $code = 302): never
```

## Parameters

| Name | Type | Default | Description |
| ---- | ---- | ---- | ---- |
| `$url` | `string` | `'/'` | – |
| `$code` | `int` | `302` | – |

## Return type

`never`