Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set WeCenter pseudo-static in Nginx environment

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the Nginx environment WeCenter pseudo-static how to set the relevant knowledge, the content is detailed and easy to understand, the operation is simple and fast, has a certain reference value, I believe that everyone after reading this Nginx environment WeCenter pseudo-static how to set the article will have a harvest, let's take a look.

Put the WeCenter question and answer details in the aks directory under the root of the site, and configure the pseudo message as follows:

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

Suppose the question and answer system WeCenter is placed in the pseudo message code under the root of the website:

Rewrite ^ ([^\.] *) / static/ (. *) $$1/static/$2 last;rewrite ^ ([^\.] *) / uploads/ (. *) $$1/uploads/$2 last;rewrite ^ ([^\.] *) / (. *) $1/index.php?/$2 last;rewrite ^ ([^\.] *) / topic/ (. *) $1/cnurl.php last This is the end of the article on "how to set up WeCenter pseudo-static in Nginx environment". Thank you for reading! I believe that everyone has a certain understanding of the knowledge of "how to set WeCenter pseudo-static in Nginx environment". If you want to learn more knowledge, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report