当前位置:Gxlcms > PHP教程 > 求解释htaccess文件

求解释htaccess文件

时间:2021-07-01 10:21:17 帮助过:24人阅读

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

一般写伪静态规则

人气教程排行