找回密码
 立即注册

QQ登录

只需一步,快速开始

Discuz!x3.2 个人空间默认显示用户主页解决方案之一

修改伪静态规则
Apache Web Server(独立主机用户)
  1. RewriteRule ^(.*)/space-(username|uid)-(.+)\.html$ $1/home.php?mod=space&$2=$3&%1
复制代码

修改为
  1. RewriteRule ^(.*)/space-(username|uid)-(.+)\.html$ $1/home.php?mod=space&$2=$3&%1&do=index
复制代码

Apache Web Server(虚拟主机用户)将
  1. RewriteRule ^space-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1
复制代码

修改为
  1. RewriteRule ^space-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1&do=index
复制代码

IIS Web Server(独立主机用户)将
  1. RewriteRule ^(.*)/space-(username|uid)-(.+)\.html(\?(.*))*$ $1/home\.php\?mod=space&$2=$3&$5
复制代码

修改为
  1. RewriteRule ^(.*)/space-(username|uid)-(.+)\.html(\?(.*))*$ $1/home\.php\?mod=space&$2=$3&$5&do=index
复制代码

IIS7 Web Server(独立主机用户)将
               
  1. <rule name="home_space">
  2.                         <match url="^(.*/)*space-(username|uid)-(.+).html\?*(.*)$" />
  3.                         <action type="Rewrite" url="{R:1}/home.php\?mod=space&{R:2}={R:3}&{R:4}" />
  4.                 </rule>
复制代码

修改为
               
  1. <rule name="home_space">
  2.                         <match url="^(.*/)*space-(username|uid)-(.+).html\?*(.*)$" />
  3.                         <action type="Rewrite" url="{R:1}/home.php\?mod=space&{R:2}={R:3}&{R:4}" />
  4.                 </rule>
复制代码

Zeus Web Server将
  1. match URL into $ with ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$
  2. if matched then
  3.         set URL = $1/home.php?mod=space&$2=$3&$4
  4. endif
复制代码

修改为
  1. match URL into $ with ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$
  2. if matched then
  3.         set URL = $1/home.php?mod=space&$2=$3&$4&do=index
  4. endif
复制代码

Nginx Web Server将
  1. rewrite ^([^\.]*)/space-(username|uid)-(.+)\.html$ $1/home.php?mod=space&$2=$3 last;
复制代码

修改为
  1. rewrite ^([^\.]*)/space-(username|uid)-(.+)\.html$ $1/home.php?mod=space&$2=$3&do=index last;
复制代码




本教程由无限星辰工作室CRX349独家整理和提供,转载请注明地址,谢谢。本文地址:https://www.xmspace.net/thread-266-1-1.html
无限星辰工作室  好集导航 Discuz全集下载  星辰站长网  集热爱361  一品文学  手机小游戏合集   海外空间网 星辰api  星辰支付二维码管理平台 阿里云服务器 腾讯云服务器
服务Discuz!建站|DiscuzQ配置|二开|小程序|APP|搬家|挂马清理|防护|Win/Linux环境搭建|优化|运维|
服务理念:专业 诚信 友好QQ842062626 服务项目 Q群315524225

发表于 2014-10-22 21:21:39 | 显示全部楼层 |阅读模式

回复 | 使用道具 举报

该帖共收到 0 条回复!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

美图秀

    • fastadmin 后台界面使用字段数组类型
    • Discuz!x3.5 修改标题高亮颜色
    • Discuz!x3.5 应用中心 下载应用一直下载中
    • 帖子定时显示
    • 论坛辅助审核
拖动客服框
Online Service
点击这里给我发消息
点击这里联系我们
微信扫一扫
在线客服
快速回复 返回顶部 返回列表