Answer the question
In order to leave comments, you need to log in
Kohana 3.3 routing problem loading only start page?
Good afternoon! I have such a problem on a local server, the site on Kohana 3.3 works well, no problems, but when transferring to hosting, I ran into a problem. For each hosting address except default, it shows "The requested URL /page was not found on this server."
Route::set('dashboard', '(dashboard(/<action>(/<id>)))')
->defaults(array(
'directory' => 'dashboard',
'controller' => 'dashboard',
));
Route::set('default', '(dashboard(/<action>(/<id>)))')
Answer the question
In order to leave comments, you need to log in
Problem solved! The matter is that my .htaccess on a hosting was ignored.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question