<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...
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
如果URL里面请求的文件不存在, 文件夹也不存在, 就重定向到index.php
如果apache加载了
mod_env模块, 设置一个环境变量SEO_SUPPORT一般写伪静态规则