分享

写回答

发帖

[经验] 发一个在discuz!6.1-7上正常使用的.htaccess伪静态规则

GoDaddy GoDaddy 6839 人阅读 | 7 人回复

发表于 2008-12-31 16:15:14 | 显示全部楼层 |阅读模式

我用的是godaddy的空间,速度不错.就是控制面板让我很不适应....跑题了.呵呵.看见很多朋友在找这个伪静态规则.我就把我找到的可以正常使用的.htaccess伪静态规则发给大家吧.这个我测试过了.可以正常使用.
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteRule ^archiver/([a-z0-9\-]+\.html)$ archiver/index.php?$1
  4. RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2
  5. RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&extra=page\%3D$3&page=$2
  6. RewriteRule ^profile-(username|uid)-(.+)\.html$ viewpro.php?$1=$2
  7. RewriteRule ^tag-(.+)\.html$ tag.php?name=$1
复制代码
要测试的可以到www.0464ren.cn去看看.不是AD哦.我这个站就放了个空论坛来测试的.

htaccess.rar

265 Bytes, 下载次数: 1032

解压以后就能用

评分

参与人数 1金币 +3 银币 +5 收起 理由
add.c + 3 + 5

查看全部评分

回答|共 7 个

add.c

发表于 2008-12-31 16:34:05 | 显示全部楼层

这个解决了吗http://bbs.idcspy.com/thread-38174-1-1.html

aotianng

发表于 2008-12-31 18:19:49 | 显示全部楼层

呵呵.那个问题解决了.

评分

参与人数 1威望 +2 收起 理由
add.c + 2

查看全部评分

gearom

发表于 2009-1-11 01:47:18 | 显示全部楼层

请问我用了之后出现“Access Denied”,是怎么回事?

gearom

发表于 2009-1-11 01:58:23 | 显示全部楼层

记起来了非根目录请在“RewriteBase /”加所在目录
即如下写法:
RewriteEngine On
RewriteBase /bbs

angeldd

发表于 2009-1-11 02:03:28 | 显示全部楼层

Page Not Found
The page you tried to access does not exist on this server. This page may not exist due to the following reasons:
  • You are the owner of this web site and you have not uploaded (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, click here for FTP Upload Information.
  • The URL that you have entered in your browser is incorrect. Please re-enter the URL and try again.
  • The Link that you clicked on incorrectly points to this page. Please contact the owner of this web site to inform them of this situation.






我也加了,但是總顯示頁面無法找到

add.c

发表于 2009-1-11 09:46:15 | 显示全部楼层

回复 6# 的帖子

就是你访问的页面不存在

望穿秋水

发表于 2009-3-31 22:49:14 | 显示全部楼层

感谢楼主研究一晚这个好用

演示:http://www.gif520.cn/index.php
您需要登录后才可以回帖 登录 | 注册

本版积分规则