404奇怪
<?php
namespace app\controllers;
use yii\web\Controller;
?
?class HelloController extends Controller{
public function actionIndex(){
echo 'hello';
}
?}
訪問:http://localhost:8080/basic/web/index.php?r=hello/index
然后報(bào)錯(cuò),求解答。謝謝各位大神
<?php
namespace app\controllers;
use yii\web\Controller;
?
?class HelloController extends Controller{
public function actionIndex(){
echo 'hello';
}
?}
訪問:http://localhost:8080/basic/web/index.php?r=hello/index
然后報(bào)錯(cuò),求解答。謝謝各位大神
2016-03-10
舉報(bào)
2016-03-10
代碼沒有錯(cuò)誤,你試試訪問http://localhost:8080/basic/web/index.php會(huì)不會(huì)報(bào)錯(cuò)。