Apache 伪静态
Posted 张永峰的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache 伪静态相关的知识,希望对你有一定的参考价值。
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 伪静态的主要内容,如果未能解决你的问题,请参考以下文章
.htaccess转为web.config的操作技巧 apache伪静态转为iis伪静态