(1)Ubuntu14.04 x86_64 [Kernel Version: 3.16.0-30-generic]🜎<🜎
(3)MySQL5.5
(4)PHP5.5.9
2、安裝方式
3、特定安裝過程
(1)MySQL
-server php5-mysql##安裝過程中會提示設定mysql的root使用者密碼
#
之後依照自己的需求選擇安裝,包括是否允許root使用者遠端連線。mysql_install_db (2)Aapche
# ap-get ll
如果想查詢PHP相關的模組或函式庫,可以使用下面的指令:
# apt-get install php5 libapache2-mod-php5 php5-mcrypt
如果想了解某個模組的詳細內容,可以使用下面的指令:
#
(4)Yii
去Yiiii 月
我使用的是yii1.1.16版本。
4、設定
配置主要的目的是隱藏Yii11中新建的,加入內容
(2)使能Apache的Options +FollowSymLinks IndexIgnore */* RewriteEngine on # if a directory or a file exists, use it directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # otherwise forward it to index.php RewriteRule . index.php登入後複製mod_rewrite
查看Apache
查看Apache
# apache2ctl -M
# a2enmod rewrite
之後重啟Apache服務
AllowOverride# service apache2 restart
需要在虛擬主機中設置
.
為All
在Aapche中的設定檔(/et
(4)Yii的路由設定
修改工程設定檔protected/config/main.php中的urlManager元件設定
'showScriptName'=>false,登入後複製如果想要url友好型,则将urlFormat设置为path;
'urlFormat'=>'path',登入後複製
好,一切OK!开心使用你的项目。
版权声明:本文为博主原创文章,未经博主允许不得转载。
以上就介绍了LAMP + Yii,并且隐藏Yii url的indephp,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。