Kohana : Untrusted host localhost. If you trust localhost, add it to the trusted hosts in the `url` config file.« Wróć do listy pytań
Kohana : Untrusted host localhost. If you trust localhost, add it to the trusted hosts in the `url` config file.
|
▲ ▼ |
Create new file: my_project\application\config\url.php and put this code
return array( 'trusted_hosts' => array( 'localhost', 'another.host.com' ), ); |