按日期归档:2010年07月1日

DISCUZ-X1虚拟主机伪静态化方法 – htaccess文件免费下载

以下为DISCUZ X1中htaccess文件的写法。直接用FTP建立一个.htaccess的文件,系统可能无法建立,然后复制到系统中,用记事本打开,把下面的代码复制到当中,上传到根目录即可。

  1. # 将 RewriteEngine 模式打开
  2. RewriteEngine On
  3. # 修改以下语句中的 /discuz 为你的论坛目录地址,如果程序放在根目录中,请将 /discuz 修改为 /
  4. RewriteBase /
  5. # Rewrite 系统规则请勿修改
  6. RewriteRule ^topic-(.+)\.html$ portal.php?mod=topic&topic=$1
  7. RewriteRule ^article-([0-9]+)\.html$ portal.php?mod=article&articleid=$1
  8. RewriteRule ^forum-(\w+)-([0-9]+)\.html$ forum.php?mod=forumdisplay&fid=$1&page=$2
  9. RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ forum.php?mod=viewthread&tid=$1&extra=page\%3D$3&page=$2
  10. RewriteRule ^group-([0-9]+)-([0-9]+)\.html$ forum.php?mod=group&fid=$1&page=$2
  11. RewriteRule ^space-(username|uid)-(.+)\.html$

2 comments

分享windows7 sp1 去水印文件user32.dll.mui

用右键管理员权限 改名备份源文件 直接替换 C:\Windows\System32\zh-CN\user32.dll.mui文件.

没有管理员权限的 下载一个windows7优化大师!!

下载地址:user32.dll

1 comment