求解释htaccess文件
程序员文章站
2022-04-11 09:54:02
...
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
SetEnv SEO_SUPPORT 1
看不懂,求解释
自己找了一些文章:
http://www.cnblogs.com/hechun...
回复内容:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
SetEnv SEO_SUPPORT 1
看不懂,求解释
自己找了一些文章:
http://www.cnblogs.com/hechun...
如果URL里面请求的文件不存在, 文件夹也不存在, 就重定向到index.php
如果apache加载了mod_env
模块, 设置一个环境变量SEO_SUPPORT
一般写伪静态规则