MIP动态泛程序下载链接.txt
(56 Bytes, 下载次数: 0, 售价: 2000 圆)
伪静态规则
- rewrite ^/image/(.*).(jpg|png)$ /mip/data/image/$1.$2 last;
- if (-f $request_filename/index.html){
- rewrite (.*) $1/index.html break;
- }
- if (-f $request_filename/index.php){
- rewrite (.*) $1/index.php;
- }
- if (!-f $request_filename){
- rewrite (.*) /mip/mip.php;
- }
复制代码
使用说明:
无需数据库,php7.2版本
修改mip.php(路径:mip/mip.php)文件才能打开内页泛
第28行代码
require_once $_SERVER['DOCUMENT_ROOT'] . '/mip/data/admin.php';
$allfangxing = 0;
$uafangxing = 0;
$ipfangxing = 1;
改成为0即可访问内页, $ipfangxing = 0;
|