Emlog伪静态规则
怎么才能正确的伪静态emlog呢?
使用方法:

使用宝塔选择:emlog伪静态规则,或者使用以下代码
代码:
location / {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php last;
}
}
怎么才能正确的伪静态emlog呢?
使用宝塔选择:emlog伪静态规则,或者使用以下代码
location / {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php last;
}
}
选择学么=选择高薪,选择=成功
课程独家原创
人人都能轻松入门
轻理论重实战讲实效
一对一在线答疑
解除后顾之忧
随时随地轻松学习