帮忙写一个.htaccess伪静态转换为lighttpd 以下是.htaccess内容

RewriteRule^file-([0-9]+)\.html$viewfile.php?file_id=$1[NC]RewriteRule^down-([0-9]+)\... RewriteRule ^file-([0-9]+)\.html$ viewfile.php?file_id=$1 [NC]
RewriteRule ^down-([0-9]+)\.html$ download.php?file_id=$1 [NC]
RewriteRule ^space_(.*)_(.*)\.html$ space.php?username=$1&folder_id=$2 [NC]
RewriteRule ^space_(.*)\.html$ space.php?username=$1 [NC]
RewriteRule ^tag_(.*)\.html$ tag.php?tag=$1 [NC]
RewriteRule ^tag\.html$ tag.php [NC]
RewriteRule ^cate_([0-9]+)\.html$ public.php?cate_id=$1 [NC]
RewriteRule ^share\.html$ public.php [NC]
RewriteRule ^hotfile_(.*)_([0-9]+)\.html$ hotfile.php?o_type=$1&cate_id=$2 [NC]
RewriteRule ^hotfile_(.*)\.html$ hotfile.php?o_type=$1 [NC]
RewriteRule ^hotfile\.html$ hotfile.php [NC]
展开
 我来答
阳光食堂创新模式
2013-05-22 · 超过34用户采纳过TA的回答
知道答主
回答量:267
采纳率:0%
帮助的人:42.2万
展开全部
[ISAPI_Rewrite]
3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
RewriteRule /httpd(?:\.ini|\.parse\.errors).* / [F,I,O]RewriteRule /file-([0-9]+).html /viewfile.php?file_id=$1 [NC]
RewriteRule /down-([0-9]+).html /download.php?file_id=$1 [NC]
RewriteRule /space_(.*)_(.*).html /space.php?username=$1&folder_id=$2 [NC]
RewriteRule /space_(.*).html /space.php?username=$1 [NC]
RewriteRule /tag_(.*).html /tag.php?tag=$1 [NC]
RewriteRule /tag.html /tag.php [NC]
RewriteRule /cate_([0-9]+).html /public.php?cate_id=$1 [NC]
RewriteRule /share.html /public.php [NC]
RewriteRule /hotfile_(.*)_([0-9]+).html /hotfile.php?o_type=$1&cate_id=$2 [NC]
RewriteRule /hotfile_(.*).html /hotfile.php?o_type=$1 [NC]
RewriteRule /hotfile.html /hotfile.php [NC]
Storm代理
2023-08-29 广告
StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,IP... 点击进入详情页
本回答由Storm代理提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式