常用伪静态


  • brief introduction
  • Table of contents
  • Latest documents

    PHPcmsV9

    apache xml RewriteEngineon RewriteRule ^content-([0-9]+)-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3 RewriteRule ^show-([0-9]+)-([0-9]+)-([0-9………

    admin - Nov. 15, 2021, 8:16 p.m.


    discuz论坛

    apache discuz2.x xml <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^topic-(.+)\.html$ portal.php?mod=topic&topicid=$1&%1 Rewrite………

    admin - Nov. 15, 2021, 8:12 p.m.


    thinkphp

    Apache 保存在根目录.htaccess文件 <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] </IfMo………

    admin - Nov. 15, 2021, 8:08 p.m.



    admin