AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] Discuz X3.2 AMH-LAMP环境的伪静态规则怎么写? |
|
---|---|
chxmoon |
chxmoon 发表于 2014-09-23 15:01:35
AMRewrite - AMH 的AMH-LAMP环境的伪静态规则:
A大不是说 把 .htaccess 伪静态规则复制粘贴过来不就可以吗? RegistrationName=Longshui Chen 但是提示:RegistrationCode=7Z3NU-7MAP5-JZDPH-PR9GK CacheClockRate 3600 RepeatLimit 32 #discuz x3.1 RewriteBase / #门户专题页伪静态 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^topic-(.+)\.html$ portal.php?mod=topic&topic=$1&%1 #门户文章页伪静态 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^article-([0-9]+)-([0-9]+)\.html$ portal.php?mod=view&aid=$1&page=$2&%1 #论坛主题列表页伪静态 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^forum-(\w+)-([0-9]+)\.html$ forum.php?mod=forumdisplay&fid=$1&page=$2&%1 #论坛主题内容页伪静态 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ forum.php?mod=viewthread&tid=$1&extra=page\%3D$3&page=$2&%1 #主题分类与分类信息伪静态 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^(.*)type-(\w+)-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?mod=forumdisplay&fid=$2&typeid=$3&typeid=$3&filter=typeid&page=$4 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^(.*)sort-(\w+)-([0-9]+)-([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?mod=forumdisplay&fid=$2&sortid=$3&sortid=$3&filter=sortid&page=$4 #群组主题列表页伪静态 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^group-([0-9]+)-([0-9]+)\.html$ forum.php?mod=group&fid=$1&page=$2&%1 #用户个人主页伪静态 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^space-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1 [NU] #用户日志内容页伪静态 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^blog-([0-9]+)-([0-9]+)\.html$ home.php?mod=space&uid=$1&do=blog&id=$2&%1 #论坛 Archiver 页伪静态 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^archiver/(fid|tid)-([0-9]+)\.html$ archiver/index.php?action=$1&value=$2&%1 #插件伪静态 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html$ plugin.php?id=$1:$2&%1 如果不能用 .htaccess 伪静态规则,dz的很多插件伪静态都用不了啊! 求助啊!!!!!
点赞,加油! (0分)
2014-09-23 15:01:35 1
|
1024 |
.htaccess是文件才对吧。放在根目录不是这样配置。
回复
2014-09-23 15:05:28 2
|
yanghang |
把这些都删了
RegistrationName=Longshui Chen RegistrationCode=7Z3NU-7MAP5-JZDPH-PR9GK CacheClockRate 3600 RepeatLimit 32
回复
2014-09-23 15:11:42 3
|
x2012qq |
参考地址:http://amh.sh/bbs/post-4252-1-1.htm
另外:安装amrewrite-1.0模块有很多自带的规则可选择。其中也包括DZ
回复
2014-09-23 21:07:29 4
|
zmyamh |
nginx跟apache的伪静态不是太一样吧?
回复
2014-09-24 20:41:51 5
|
陈正义 |
整面板就图个方便,直接用模块。
回复
2014-09-25 07:51:42 6
|
amysql |
是的。楼上几位说的都正确。
回复
2014-09-26 09:34:32 7
AMH面板 - 好用高效低占用、安全可靠极稳定 |