<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hostmonster美国主机导航 &#187; discuz伪静态</title>
	<atom:link href="https://hostmonster.ac.cn/tag/discuz%e4%bc%aa%e9%9d%99%e6%80%81/feed/" rel="self" type="application/rss+xml" />
	<link>https://hostmonster.ac.cn</link>
	<description>最新的Hostmonster主机资讯,最详细的Hostmonster主机教程及Hostmonster优惠码/优惠链接</description>
	<lastBuildDate>Wed, 11 Nov 2015 06:52:23 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.41</generator>
	<item>
		<title>HostMonster虚拟主机设置Discuz伪静态方法</title>
		<link>https://hostmonster.ac.cn/xuni-zhuji-weijingtai/</link>
		<comments>https://hostmonster.ac.cn/xuni-zhuji-weijingtai/#comments</comments>
		<pubDate>Mon, 13 Jan 2014 08:13:26 +0000</pubDate>
		<dc:creator><![CDATA[user1]]></dc:creator>
				<category><![CDATA[HostMonster使用说明]]></category>
		<category><![CDATA[discuz伪静态]]></category>
		<category><![CDATA[Hostmonster]]></category>

		<guid isPermaLink="false">http://hostmonster.ac.cn/?p=427</guid>
		<description><![CDATA[大家在HostMonster虚拟空间中设置Discuz伪静态时，可能会遇到一些问题，那么设置Discuz伪静态规则是什么呢，下面是用户是按照Discuz教程里说的去改动的。 首先# 将 RewriteEngine 模式打开 RewriteEngine On # 修改以下语句中的 /discuz为你的论坛目录地址，如果程序放在根目录中，请将/discuz 修改为/ RewriteBase /bbs # Rewrite 系统规则请勿修改 RewriteRule ^archiver/((fid&#124;tid)-[\w\-]+\.html)$ archiver/index.php?$1 RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&#38;page=$2 RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&#38;extra=page\%3D$3&#38;page=$2 RewriteRule ^space-(username&#124;uid)-(.+)\.html$ space.php?$1=$2 RewriteRule ^tag-(.+)\.html$ tag.php?name=$1 却发现不行。这时用户要检查一下安装路径是否正确。如果装在bbs目录要写成 RewriteBase/bbs，不要放到根目录，放到论坛所在的目录下。 如果用户发现还是不行，试试下面的代码，这个是把文件放在论坛所在目录下的： RewriteEngine On RewriteRule ^index.html$ index.php RewriteRule ^archiver/((fid&#124;tid)-[0-9]+\.html)$ archiver/index.php?$1 RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&#38;page=$2 RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&#38;extra=page\%3D$3&#38;page=$2 RewriteRule ^space-(username&#124;uid)-(.+)\.html$ space.php?$1=$2 RewriteRule ^tag-(.+)\.html$ tag.php?name=$1bbs]]></description>
				<content:encoded><![CDATA[<p>大家在<span style="color: #0000ff;"><a href="http://r2url.com/www.hostmonster.com"><span style="color: #0000ff;">HostMonster</span></a></span>虚拟空间中设置Discuz伪静态时，可能会遇到一些问题，那么设置Discuz伪静态规则是什么呢，下面是用户是按照Discuz教程里说的去改动的。</p>
<p>首先# 将 RewriteEngine 模式打开</p>
<p>RewriteEngine On</p>
<p># 修改以下语句中的 /discuz为你的论坛目录地址，如果程序放在根目录中，请将/discuz 修改为/</p>
<p>RewriteBase /bbs</p>
<p># Rewrite 系统规则请勿修改</p>
<p>RewriteRule ^archiver/((fid|tid)-[\w\-]+\.html)$ archiver/index.php?$1</p>
<p>RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&amp;page=$2</p>
<p>RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&amp;extra=page\%3D$3&amp;page=$2</p>
<p>RewriteRule ^space-(username|uid)-(.+)\.html$ space.php?$1=$2</p>
<p>RewriteRule ^tag-(.+)\.html$ tag.php?name=$1</p>
<p>却发现不行。这时用户要检查一下安装路径是否正确。如果装在bbs目录要写成 RewriteBase/bbs，不要放到根目录，放到论坛所在的目录下。</p>
<p>如果用户发现还是不行，试试下面的代码，这个是把文件放在论坛所在目录下的：</p>
<p>RewriteEngine On</p>
<p>RewriteRule ^index.html$ index.php</p>
<p>RewriteRule ^archiver/((fid|tid)-[0-9]+\.html)$ archiver/index.php?$1</p>
<p>RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&amp;page=$2</p>
<p>RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&amp;extra=page\%3D$3&amp;page=$2</p>
<p>RewriteRule ^space-(username|uid)-(.+)\.html$ space.php?$1=$2</p>
<p>RewriteRule ^tag-(.+)\.html$ tag.php?name=$1bbs</p>
]]></content:encoded>
			<wfw:commentRss>https://hostmonster.ac.cn/xuni-zhuji-weijingtai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->