Как я должен проложить маршрут в этой KOHANA?

ошибка apache

**Not Found**

The requested URL /status was not found on this server.

{maindir} /index.php работает

Мое приложение / bootstrap.php

Route::set(
'status', 'status'
)->defaults(array(
'controller' => 'solution',
'action'     => 'status'
)
);

Мой /application/classes/Controller/Solution.php

class Controller_Solution extends Controller_Base
{

public function action_status()
{
..........................................

0

Решение

Задача ещё не решена.

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]