|
本帖最后由 qq494686707 于 2012-8-14 16:53 编辑
根目录下新建文件名为 httpd.ini 的文件,按需求填写规则内容,下面是规则内容例子。
- [ISAPI_Rewrite]
- RewriteRule /(?:index.php|robots.txt|resources|static|uploads)/(.*) $0 [I,L]
- RewriteRule /(?:index.php|robots.txt) $0 [I,L]
- RewriteRule /(.*) /index.php/$1 [L]
复制代码
|
|