将wecenter问答细碎放入站点根目次下aks目录下,配置伪消息规定代码以下:
rewrite ^([^\.]*)/ask/static/(.*)$ $1/ask/static/$2 last; rewrite ^([^\.]*)/ask/uploads/(.*)$ $1/ask/uploads/$2 last; rewrite ^([^\.]*)/ask/(.*)$ $1/ask/index.php?/$2 last; rewrite ^([^\.]*)/ask/topic/(.*)$ $1/ask/cnurl.php last;
假设问答系统WeCenter放在网站根目次下伪消息代码:
rewrite ^([^\.]*)/static/(.*)$ $1/static/$2 last; rewrite ^([^\.]*)/uploads/(.*)$ $1/uploads/$2 last; rewrite ^([^\.]*)/(.*)$ $1/index.php?/$2 last; rewrite ^([^\.]*)/topic/(.*)$ $1/cnurl.php last;
以上就是Nginx环境WeCenter伪静态怎么设置的详细内容,更多请关注php中文网其它相关文章!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号