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 the Rewrite of pseudo-static Apache in Empire 7.0

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article mainly introduces how to set up pseudo-static Apache Rewrite in Empire 7.0. it has certain reference value and can be used for reference by friends who need it. I hope you will learn a lot after reading this article. Next, let the editor take you to learn about it.

Imperial CMS7.0 provides pseudo-static settings. In this paper, the Rewrite setting method of pseudo-static Apache under Empire 7.0is briefly described as follows:

The code is as follows:

# Open the RewriteEngine On# information content page in RewriteEngine mode: showinfo- [!-- classid--]-[!-- id--]-[!-- page--] .htmlRewriteCond% {QUERY_STRING} ^ (. *) $RewriteRule ^ showinfo- (. +?) .html$ / e/action/ShowInfo.php?classid=$1&id=$2&page=$3

# Information list: listinfo- [!-- classid--]-[!-- page--] .htmlRewriteCond% {QUERY_STRING} ^ (. *) $RewriteRule ^ listinfo- (. +?)-(. +?) .html$ / e/action/ListInfo/index.php?classid=$1&page=$2

# title category list page: infotype- [!-- ttid--]-[!-- page--] .htmlRewriteCond% {QUERY_STRING} ^ (. *) $RewriteRule ^ infotype- (. +?)-(. +?) .html$ / e/action/InfoType/index.php?ttid=$1&page=$2

# TAGS information list page: tags- [!-- tagname--]-[!-- page--] .htmlRewriteCond% {QUERY_STRING} ^ (. *) $RewriteRule ^ tags- (. +?)-(. +?). Html$ / e/tags/index.php?tagname=$1&page=$2 thank you for reading this article carefully. I hope it will be helpful for the editor to share the Rewrite content of pseudo-static Apache in Empire 7.0. at the same time, I hope you will support it. Pay attention to the industry information channel, find problems, detailed solutions are waiting for you to learn!

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

Servers

Wechat

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

12
Report