Apache 伪静态

2020-12-22 15:27

阅读:693

标签:span   file   writer   apache   静态   cond   request   php   div   

RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

 

RewriteEngine On

RewriteBase /

RewriteRule ^index.php$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

Apache 伪静态

标签:span   file   writer   apache   静态   cond   request   php   div   

原文地址:https://www.cnblogs.com/zyfeng/p/13983446.html

上一篇:jQuery学习01

下一篇:搭建discuz论坛


评论


亲,登录后才可以留言!