动态网页转伪静态
Posted ince
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了动态网页转伪静态相关的知识,希望对你有一定的参考价值。
文件格式 .htaccess
RewriteEngine On
#RewriteBase /
RewriteRule ([a-zA-Z0-9]1,)-([a-zA-Z0-9]1,)-([a-zA-Z0-9]1,)$ index.php?action=$1&do=$2&query=$3
RewriteRule ([a-zA-Z0-9]1,)-([a-zA-Z0-9]1,)$ index.php?action=$1&do=$2
RewriteRule ^([a-zA-Z0-9]1,)$ index.php?action=$1
#RewriteBase /
RewriteRule ([a-zA-Z0-9]1,)-([a-zA-Z0-9]1,)-([a-zA-Z0-9]1,)$ index.php?action=$1&do=$2&query=$3
RewriteRule ([a-zA-Z0-9]1,)-([a-zA-Z0-9]1,)$ index.php?action=$1&do=$2
RewriteRule ^([a-zA-Z0-9]1,)$ index.php?action=$1
以上是关于动态网页转伪静态的主要内容,如果未能解决你的问题,请参考以下文章