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 solve the problem that phpcms can't open the mobile phone?

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

Share

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

This article uses simple and easy-to-understand examples to introduce how to solve the problem that phpcms cannot open the mobile phone. The code is very detailed. Interested friends can refer to it and hope to help everyone.

phpcms cannot open the mobile terminal because the pseudo-static rule cannot be recognized. The solution is to "RewriteEngine On RewriteCond%{HTTP_HOST} ^domain name.com$ [NC]... "The code is saved as".htaccess."

phpcms mobile pseudo-static rules, mobile phone can not open the solution

Problem description: phpcms system for the space, the mobile phone can not open the inner page

Cause of the problem: The mobile version of phpcms uses pseudo-static rules. After switching to other service providers, the server environment is different, resulting in pseudo-static rules that cannot be identified.

Solution: Here are two pseudo-static rules: .htaccess and web.config for everyone to use

For Linux, save the following code as.htaccess

RewriteEngine OnRewriteCond %{HTTP_HOST} ^Domain Name.com$ [NC]RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]RewriteRule ^(.*) content-([0-9]+)-([0-9]+)-([0-9]+)\.html(.*)$ $1/index\.php\? m=content&c=index&a=show&catid=$2&id=$3&page=$4RewriteRule ^(.*) show-([0-9]+)-([0-9]+)-([0-9]+).html(.*)$ $1/index\.php\? m=content&c=index&a=show&catid=$2&id=$3&page=$4RewriteRule ^(.*) list-([0-9]+)-([0-9]+).html(.*)$ $1/index\.php\? m=content&c=index&a=lists&catid=$2&page=$3

For Windows, save the following code as web.config.

About how to solve phpcms can not open the mobile phone side of the problem to share here, I hope the above content can be of some help to everyone, you can learn more knowledge. If you think the article is good, you can share it so that more people can see it.

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