<code>RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php <ifmodule mod_env.c> SetEnv SEO_SUPPORT 1 </ifmodule></code>
看不懂,求解释
自己找了一些文章:
http://www.cnblogs.com/hechun...
<code>RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php <ifmodule mod_env.c> SetEnv SEO_SUPPORT 1 </ifmodule></code>
看不懂,求解释
自己找了一些文章:
http://www.cnblogs.com/hechun...
如果URL里面请求的文件不存在, 文件夹也不存在, 就重定向到index.php
如果apache加载了mod_env
模块, 设置一个环境变量SEO_SUPPORT
一般写伪静态规则