Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

.htaccess 问题,请教

[复制链接]
lauhonwai 发表于 2007-4-1 03:43:18 | 显示全部楼层 |阅读模式
个人空间静态化之后就不能打开,不静态就能打开,我编辑了.htaccess 了

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


怎么还是不能呢,请问哪里有问题?
回复

使用道具 举报

blueshift 发表于 2007-4-1 13:49:10 | 显示全部楼层

DiscuzExp好像默认没有开启url重写功能

我也遇到过类似情况。打开Apache配置文件httpd.conf,搜索“AllowOverride None”,改为“AllowOverride ALL”。重启DiscuzEXP就可以了。
回复

使用道具 举报

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

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-11-21 17:39 , Processed in 0.104851 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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