后台:/yd12/login.php
账号:admin
密码:yd12.cn
伪静态设置
location / {
index zhuye.php index.html;
if (!-e $request_filename)
{
rewrite index.html /zhuye.php;
}
}
rewrite idc.html /idc.php;
数据库修改文件是config.php

后台:/yd12/login.php
账号:admin
密码:yd12.cn
伪静态设置
location / {
index zhuye.php index.html;
if (!-e $request_filename)
{
rewrite index.html /zhuye.php;
}
}
rewrite idc.html /idc.php;
数据库修改文件是config.php

评论