首页 > 求解释htaccess文件

求解释htaccess文件

<IfModule mod_rewrite.c>

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
<IfModule mod_env.c>
    SetEnv SEO_SUPPORT 1
</IfModule>

</IfModule>

看不懂,求解释

自己找了一些文章:
http://www.cnblogs.com/hechun...


如果URL里面请求的文件不存在, 文件夹也不存在, 就重定向到index.php
如果apache加载了mod_env模块, 设置一个环境变量SEO_SUPPORT


一般写伪静态规则

【热门文章】
【热门文章】