探索,發現,愛好、學習,記錄,分享。
學海無涯,天涯若比鄰,三人行,必有我師。

标签:index

WordPress Nginx伪静态

先建立一个nginx.conf 文件,然后填入以下内容: location / { index index.html index.php; if (-f $request_filename/index.html){ rewrite (.*)...

七叔七叔WordPress

vestacp设置默认首页顺序

VestaCP自定义首页访问顺序只需要在网站根目录的.htaccess第一行添加如下代码即可 代码 (Text): DirectoryIndex index.php index.html 特别说明: 1.DirectoryIndex ind...

一丁一丁服務器運維