建議這里把源代碼下下來 ,再跟著學好點,剛看到老師在文檔里有apache相關配置的方法,我自己也總結了一下,大家可以參考,http://tianyalive.com/?p=220
2018-04-29
顯示 The requested URL /rabc/web/gii/model was not found on this server.
1、確定apache httpd.conf配置文件中加載了mod_rewrite.so模塊
2、在httpd.conf找到.htaccess處的AllowOverride None 將None改為 All
3、在web下創建一個.htaccess
1、確定apache httpd.conf配置文件中加載了mod_rewrite.so模塊
2、在httpd.conf找到.htaccess處的AllowOverride None 將None改為 All
3、在web下創建一個.htaccess
2018-04-29
顯示 The requested URL /rabc/web/gii/model was not found on this server.
可在web后面手動加index.php
如:http://127.0.0.1/yii/rbac/web/index.php/gii/model
可在web后面手動加index.php
如:http://127.0.0.1/yii/rbac/web/index.php/gii/model
2018-04-28