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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 开启 简短REWRITE模式(需服务器REWRITE支持)后,找不到页面 请帮忙解决

[复制链接]
m.king 发表于 2010-2-21 09:07:05 | 显示全部楼层 |阅读模式
一下是规则:
RewriteRule ^/([0-9]+)/spacelist(.+)$ /index.php?uid/$1/action/spacelist/type$2 [L]
RewriteRule ^/([0-9]+)/viewspace(.+)$ /index.php?uid/$1/action/viewspace/itemid$2 [L]
RewriteRule ^/([0-9]+)/viewbbs(.+)$ /index.php?uid/$1/action/viewbbs/tid$2 [L]
RewriteRule ^/([0-9]+)/(.*)$ /index.php?uid/$1/$2 [L]
RewriteRule ^/([0-9]+)$ /index.php?uid/$1 [L]
RewriteRule ^/action(.+)$ /index.php?action$1 [L]
RewriteRule ^/category(.+)$ /index.php?action/category/catid$1 [L]
RewriteRule ^/viewnews(.+)$ /index.php?action/viewnews/itemid$1 [L]
RewriteRule ^/viewthread(.+)$ /index.php?action/viewthread/tid$1 [L]
RewriteRule ^/mygroup(.+)$ /index.php?action/mygroup/gid$1 [L]

请高手帮忙解决。 QQ:445022101
 楼主| m.king 发表于 2010-2-21 09:11:19 | 显示全部楼层
RewriteRule ^/([0-9]+)/spacelist(.+)$ /index.php?uid/$1/action/spacelist/type$2 [L]
RewriteRule ^/([0-9]+)/viewspace(.+)$ /index.php?uid/$1/action/viewspace/itemid$2 [L]
RewriteRule ^/([0-9]+)/viewbbs(.+)$ /index.php?uid/$1/action/viewbbs/tid$2 [L]
RewriteRule ^/([0-9]+)/(.*)$ /index.php?uid/$1/$2 [L]
RewriteRule ^/([0-9]+)$ /index.php?uid/$1 [L]
RewriteRule ^/action(.+)$ /index.php?action$1 [L]
RewriteRule ^/category(.+)$ /index.php?action/category/catid$1 [L]
RewriteRule ^/viewnews(.+)$ /index.php?action/viewnews/itemid$1 [L]
RewriteRule ^/viewthread(.+)$ /index.php?action/viewthread/tid$1 [L]
RewriteRule ^/mygroup(.+)$ /index.php?action/mygroup/gid$1 [L]
回复

使用道具 举报

lidq.jingwu 发表于 2010-2-21 09:12:31 | 显示全部楼层
是独立主机还是虚拟主机?
回复

使用道具 举报

 楼主| m.king 发表于 2010-2-21 09:15:28 | 显示全部楼层
回复 3# lidq.jingwu


    是独立主机
回复

使用道具 举报

lidq.jingwu 发表于 2010-2-21 09:22:20 | 显示全部楼层
回复 4# m.king


    短消息我服务器权限看一下。
回复

使用道具 举报

 楼主| m.king 发表于 2010-2-21 09:25:24 | 显示全部楼层
回复 5# lidq.jingwu


    加QQ我截图给你看看,或是给你登服务器看
回复

使用道具 举报

 楼主| m.king 发表于 2010-2-21 09:25:53 | 显示全部楼层
回复 5# lidq.jingwu


    QQ:445022101
回复

使用道具 举报

ken90 发表于 2010-2-22 19:14:29 | 显示全部楼层
我也在这个问题困扰
回复

使用道具 举报

 楼主| m.king 发表于 2010-2-23 16:56:01 | 显示全部楼层
此前在做supesite站点中遇到了一个最大的问题,就是URL伪静态化(搜索引擎优化),此问题困扰了我两年,从年前28到现在年后初八,终于解决啦。所配置的是Apple服务器。在此分享给大家。

请看下面的配置。【MJD原创】

NameVirtualHost *:80

##VhostStart
<VirtualHost *:80>
ServerAdmin admin@myhost.com
DocumentRoot "D:/DedeAMPZ/WebRoot/site"
php_admin_value open_basedir "D:/DedeAMPZ/WebRoot/site"
ServerName www.aihuaxin.com
ServerAlias aihuaxin.com
ErrorLog logs/default-error_log
CustomLog logs/default-access_log common
<IfModule mod_rewrite.c>  
RewriteEngine On   
RewriteRule ^/mygroup(.+)$ /index.php?action/type$1 [L]
RewriteRule ^/([0-9]+)/spacelist(.+)$ /index.php?uid/$1/action/spacelist/type$2 [L]
RewriteRule ^/([0-9]+)/viewspace(.+)$ /index.php?uid/$1/action/viewspace/itemid$2 [L]
RewriteRule ^/([0-9]+)/viewbbs(.+)$ /index.php?uid/$1/action/viewbbs/tid$2 [L]
RewriteRule ^/([0-9]+)/(.*)$ /index.php?uid/$1/$2 [L]
RewriteRule ^/([0-9]+)$ /index.php?uid/$1 [L]
RewriteRule ^/action(.+)$ /index.php?action$1 [L]
RewriteRule ^/category(.+)$ /index.php?action/category/catid$1 [L]
RewriteRule ^/viewnews(.+)$ /index.php?action/viewnews/itemid$1 [L]
RewriteRule ^/viewthread(.+)$ /index.php?action/viewthread/tid$1 [L]
RewriteRule ^/mygroup(.+)$ /index.php?action/mygroup/gid$1 [L]  
</IfModule>
</VirtualHost>
<Directory "D:/DedeAMPZ/WebRoot/site">
DirectoryIndex index.php index.htm index.html
AllowOverride None
Order Deny,Allow
Allow from all
php_admin_value open_basedir "D:/DedeAMPZ/WebRoot/site;D:/DedeAMPZ/tmp/uploads/;D:/DedeAMPZ/tmp/sessions/"
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]
php_admin_value safe_mode On
</Directory>

属于我自己研究出来的,谢谢大家的支持。  拿出来了 希望对大家有用, 花心网  www.aihuaxin.com  QQ:445022101
回复

使用道具 举报

ken90 发表于 2010-2-23 19:30:03 | 显示全部楼层
我已经解决!找到问题了
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 17:49 , Processed in 0.029541 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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