Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
9,322
Widok
0
27/08/2015 4:02 pm
Topic starter
Kohana : Untrusted host localhost. If you trust localhost, add it to the trusted hosts in the `url` config file.
1 Answer
0
27/08/2015 4:03 pm
Topic starter
Create new file: my_project/application/config/url.php
and put this code
<?php return array( 'trusted_hosts' => array( 'localhost', 'another.host.com' ), );
You can always change line ("localhost") to Your domain