TP5偽靜態配置

2021-09-25 17:57:03 字數 320 閱讀 6255

@為專案配置虛擬網域名稱(nginx)

1、phpstudy 配置(站點網域名稱管理)正確配置指向應用專案 生成相應的配置檔案引數 本地配置host檔案 伺服器配置網域名稱

2、在nginx的conf裡面的vhosts.conf中找到剛剛生成的配置檔案引數在location /裡面配置

if (!-e katex parse error: expected '}', got 'eof' at end of input: … rewrite ^(.*) /index.php?s=/$1 last;

break;

}3、在tp根目錄下的.htaccess的檔案中配置

TP5 配置檔案修改

template 模板引擎型別 支援 php think 支援擴充套件 type think 模板路徑 view path template 更改預設模板路徑 模板字尾 view suffix htm 更改預設模板字尾 模板檔名分隔符 view depr ds,模板引擎普通標籤開始標記 tpl be...

tp5中的配置機制

如果在index.php初始化中調整配置路徑,那麼extra資料夾也要調整到那個路徑中去。讀取配置檔案 file index.php date 2016 8 23 16 03 10 author zhenxun du 5552123 qq.com version svn id use think c...

tp5配置引入使用redis

1.首先你的php得是已經安裝了redis擴充套件的 2.在tp裡找到config.php配置檔案,找到cache,改成下面的樣子 cache 選擇模式 type complex 預設 檔案快取 default 驅動方式 type file 快取儲存目錄 path cache path,快取字首 p...