该问题已被锁定!
3
关注
3930
浏览

大家好,谁能给我一个官方的httpd.ini伪静态吗?

AI智能回复搜索中,请稍后...

为什么被折叠? 0 个回复被折叠
ibbn 初级会员 用户来自于: 江苏省无锡市
2013-01-21 23:51
CacheClockRate 3600 RepeatLimit 32 RewriteBase /xxx/ RewriteRule /static/(.) /static/$1 RewriteRule /uploads/(.) /uploads/$1 RewriteRule /(.*) /xxx/index.php/$1 网站不是安装在域名根目录下的选上面的
gupuw 初级会员 用户来自于: 广西钦州市
2012-09-21 10:52
空间已经支持伪静态
gupuw 初级会员 用户来自于: 广西钦州市
2012-09-20 20:44
这是我的网站 gupuw.com 请求帮忙,谢谢
gupuw 初级会员 用户来自于: 广西钦州市
2012-09-20 20:44
IIS6 Rewrite组件:在对应的配置文件httpd.ini里面添加 CacheClockRate 3600 RepeatLimit 32 RewriteRule /static/(.*) /static/$1 RewriteRule /uploads/(.*) /uploads/$1 RewriteRule /(.*) /index.php/$1 IIS6 Rewrite组件:在对应的配置文件httpd.ini里面添加 CacheClockRate 3600 RepeatLimit 32 RewriteBase /xxx/ RewriteRule /static/(.*) /static/$1 RewriteRule /uploads/(.*) /uploads/$1 RewriteRule /(.*) /xxx/index.php/$1 有什么区别? 如果我官方的版本没做过别的改动应该使用那个httpd.ini吗?谢谢
zhengqiang 超级管理员 用户来自于: 广东省深圳市
2012-09-20 16:32
伪静态请参考:http://wenda.anwsion.com/question/1895
gupuw 初级会员 用户来自于: 广西钦州市
2012-09-20 15:59
官方为什么不提供一个吗?

关于作者

gupuw 初级会员

这家伙很懒,还没有设置简介

问题动态

发布时间
2012-09-20 15:51
更新时间
2013-01-21 23:51
关注人数
3 人关注

推荐内容

Rewrite 静态 服务器应该填写什么规则
上传伪静态文件.hta后,出现Bad Request 400的错误,是服务器问题吗?我的是 linux apache 
开了伪静态现在登陆不了了
开启伪静态后话题、查看用户带有中文的地方不能正常显示
后台伪静态规则设置不生效!
rest 框架引入路由冲突
求 RC3下 iis6 的rewrite规则
开启重定向后,点击发布问题,问题补充的编辑器不显示
编辑问题后伪静态自定义路由无效了?
IIS服务器。伪静态后。robots.txt 文件或者单独一个文件。访问自动到主页。请问怎么解决?