【发布时间】:2013-11-28 19:48:14
【问题描述】:
enter link description here-是我安装Kohana的地方,但是报错了。
Kohana_HTTP_Exception [404]:在此服务器上找不到请求的 URL /。
在引导程序中只写了一条路由(默认):
Route :: set ('default', '(<controller> (/ <action> (/ <id>)))')-> defaults (array ( 'controller' => 'page','action' => 'index',));));
在编写的 htacces 中(默认也是)
我在本地机器上安装了应用程序 - 它运行完美,没有错误
请帮帮我
【问题讨论】:
-
您在 bootstrap.php 中正确设置了
base_url吗?
标签: frameworks installation subdomain kohana