找回密码
 立即注册
CeraNetworksBGVM服务器主机交流会员请立即修改密码Sharktech防护
查看: 72|回复: 0

httpd.ini转成.htaccess,哪位朋友帮忙转换一下,万分感激

[复制链接]

2

主题

44

回帖

124

积分

注册会员

积分
124
发表于 2011-4-28 09:57:47 | 显示全部楼层 |阅读模式
现在的httpd.ini规则如下:
[ISAPI_Rewrite]

# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32

RewriteEngine On
RewriteRule ^(.*)/(html|list)/(.*).html$ $1/index\.php/$2/$3
RewriteRule ^(.*)/tags/(.*)\?*(.*)$ $1/index\.php/tags/$2$3

现在对应的有一则.htaccess规则,但是规则在linux主机环境下无效
RewriteEngine On
RewriteBase /
RewriteRule ^index.html$ index.php
RewriteRule ^list/(.*).html$ index.php/list/$1
RewriteRule ^html/(.*).html$ index.php/html/$1
RewriteRule ^tags/(.*)/(.*).html$ index.php/tags/$1/$2
RewriteRule ^tags/(.*)/$ index.php/tags/$1

order allow,deny
deny from all  

我自己也试着改了下,最终还是不行
哪位朋友帮忙看看,万分感激
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|HS2V主机综合交流论坛

GMT+8, 2024-11-18 12:24 , Processed in 0.037317 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表