Forum

Kohana : Untrusted ...
 
Powiadomienia
Wyczyść wszystko

Kohana : Untrusted host localhost. If you trust localhost, add it to the trusted hosts in the `url` config file.

1 Wpisy
1 Użytkownicy
0 Reactions
9,820 Widoki
0
Rozpoczynający temat

Kohana : Untrusted host localhost. If you trust localhost, add it to the trusted hosts in the `url` config file.

1 odpowiedź
0
Rozpoczynający temat

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

Twoja odpowiedź

Nazwa autora

E-mail autora

Twoje zapytanie *

Podgląd 0 rewizje Zapisano
Udostępnij: