当前位置: 首页 > 站长资讯 > 正文页面

Discuz论坛专题目录伪静态的设置方法

Discuz论坛专题目录伪静态的设置方法EOw网站目录_网站网址收录与提交入口

1、进入网站后台-->全局-->SEO设置-->URL静态化-->在“门户专题页”填入:special/{name}/EOw网站目录_网站网址收录与提交入口

2、添加伪静态规则,不同的主机要添加的内容也不相同。EOw网站目录_网站网址收录与提交入口

下面为不同主机伪静态规则添加方式:EOw网站目录_网站网址收录与提交入口

Apache Web Server(独立主机用户)EOw网站目录_网站网址收录与提交入口

打开.htaccess文件EOw网站目录_网站网址收录与提交入口

加上:EOw网站目录_网站网址收录与提交入口

RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^(.*)/special/(.+)/$ $1/portal.php?mod=topic&topic=$2&%1EOw网站目录_网站网址收录与提交入口

Apache Web Server(虚拟主机用户)EOw网站目录_网站网址收录与提交入口

打开.htaccess文件EOw网站目录_网站网址收录与提交入口

加上:EOw网站目录_网站网址收录与提交入口

RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^special/(.+)/$ portal.php?mod=topic&topic=$1&%1 [L,NC]EOw网站目录_网站网址收录与提交入口

IIS Web Server(独立主机用户)EOw网站目录_网站网址收录与提交入口

打开Rewrite.dll文件EOw网站目录_网站网址收录与提交入口

加上:EOw网站目录_网站网址收录与提交入口

RewriteRule ^(.*)/special/(.+)/(/?(.*))*$ $1/portal/.php/?mod=topic&topic=$2&$4EOw网站目录_网站网址收录与提交入口

Nginx Web ServerEOw网站目录_网站网址收录与提交入口

rewrite ^([^/.]*)/special/(.+)/$ $1/portal.php?mod=topic&topic=$2 last;EOw网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章