You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我要添加以下模块到配置里,但是和原有的 location ~ [^/].php(/|$)模块冲突
这里是我要添加的内容模块
location /404 {
rewrite ^/404(/|)$ /index.php?app=err404;
}
求大佬帮忙看一下,我把原有的 location ~ [^/].php(/|$)模块下的 ~ [^/].php(/|$)删除掉,可以配置成功,但是网站是默认 404
Beta Was this translation helpful? Give feedback.
All reactions