開啟url偽靜態 nginx yii

2021-06-25 21:42:37 字數 395 閱讀 4916

1.nginx的配置檔案加入

location /

對於這種配置不能用子資料夾的路徑作為**的基礎url,

**的基礎位址下面的子資料夾,就不行了,譬如:不行,必須為:

或者其它埠號,來指向那個路徑 2.

在config/web.php中加入:

'components' => [

'urlmanager' => [

'class' => 'yii\web\urlmanager',

'enableprettyurl' => true,

'showscriptname' => false,

],]

3.訪問:

URL重寫 偽靜態)

一.讓apache支援mod rewrite 開啟apache配置檔案httpd.conf,找到如下 loadmodule rewrite module modules mod rewrite.so 開啟rewrite,去點前面 二.開始過載allowoverride 查詢apache配置檔案htt...

偽靜態(URL重寫)

一 什麼是偽靜態?動態頁面偽裝成靜態頁面顯示 二 為什麼使用偽靜態?可以提高seo優化 三 什麼時候使用偽靜態?上線 四 如何實現偽靜態?在apache配置檔案 httpd.conf 中開啟 loadmodule rewrite module modules mod rewrite.so 所有 al...

Apache開啟偽靜態

開啟apache的配置檔案httpd.conf 找到 loadmodule rewrite module modules mod rewrite.so 把前面 去掉。沒有則新增,但必選獨佔一行,使apache支援 mod rewrite 模組找到 possible values for the op...