每日新增海量热点模版|免费下载
88
Apache环境和IIS环境默认在根目录加了伪静态规则了(web.config和.htaccess 这两个文件不要删除),不需要操作,只要主机支持伪静态即可。
location / { if (!-e $request_filename){ rewrite ^/(.*)$ /index.php?p=$1 last; } }