<?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>静态化 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/%e9%9d%99%e6%80%81%e5%8c%96/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Mon, 12 Jul 2021 11:49:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>discuz 静态化rewrite规则大全 apache windows iis nginx zeus</title>
		<link>https://moneyslow.com/discuz-%e9%9d%99%e6%80%81%e5%8c%96rewrite%e8%a7%84%e5%88%99%e5%a4%a7%e5%85%a8-apache-windows-iis-nginx-zeus.html</link>
		
		<dc:creator><![CDATA[Jkfkgnrk]]></dc:creator>
		<pubDate>Fri, 29 Dec 2017 04:10:27 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[Discuz]]></category>
		<category><![CDATA[静态化]]></category>
		<guid isPermaLink="false">http://moneyslow.com/?p=7735</guid>

					<description><![CDATA[Apache Web Server(独立主机用户) &#60;IfModule mod_rewrite.c&#62; RewriteEngine On RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^(.*)/topic-(.+)\.html$ $1/portal.php?mod=topic&#38;topic=$2&#38;%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^(.*)/article-([0-9]+)-([0-9]+)\.html$ $1/portal.php?mod=view&#38;aid=$2&#38;page=$3&#38;%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^(.*)/forum-(\w+)-([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&#38;fid=$2&#38;page=$3&#38;%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=viewthread&#38;tid=$2&#38;extra=page\%3D$4&#38;page=$3&#38;%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^(.*)/group-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=group&#38;fid=$2&#38;page=$3&#38;%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^(.*)/space-(username&#124;uid)-(.+)\.html$ $1/home.php?mod=space&#38;$2=$3&#38;%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^(.*)/blog-([0-9]+)-([0-9]+)\.html$ $1/home.php?mod=space&#38;uid=$2&#38;do=blog&#38;id=$3&#38;%1 RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^(.*)/(fid&#124;tid)-([0-9]+)\.html$ $1/archiver/index.php?action=$2&#38;value=$3&#38;%1 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>discuz nginx 的静态化配置</title>
		<link>https://moneyslow.com/discuz-nginx-%e7%9a%84%e9%9d%99%e6%80%81%e5%8c%96%e9%85%8d%e7%bd%ae.html</link>
		
		<dc:creator><![CDATA[Jkfkgnrk]]></dc:creator>
		<pubDate>Tue, 19 Dec 2017 15:37:43 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[Discuz]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[静态化]]></category>
		<guid isPermaLink="false">http://moneyslow.com/?p=7722</guid>

					<description><![CDATA[rewrite ^([^\.]*)/topic-(.+)\.html$ $1/portal.php?mod=topic&#38;topic=$2 last; rewrite ^([^\.]*)/article-([0-9]+)-([0-9]+)\.html$ $1/portal.php?mod=view&#38;aid=$2&#38;page=$3 last; rewrite ^([^\.]*)/forum-(\w+)-([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&#38;fid=$2&#38;page=$3 last; rewrite ^([^\.]*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=viewthread&#38;tid=$2&#38;extra=page%3D$4&#38;page=$3 last; rewrite ^([^\.]*)/group-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=group&#38;fid=$2&#38;page=$3 last; rewrite ^([^\.]*)/space-(username&#124;uid)-(.+)\.html$ $1/home.php?mod=space&#38;$2=$3 last; rewrite ^([^\.]*)/blog-([0-9]+)-([0-9]+)\.html$ $1/home.php?mod=space&#38;uid=$2&#38;do=blog&#38;id=$3 last; rewrite ^([^\.]*)/(fid&#124;tid)-([0-9]+)\.html$ $1/index.php?action=$2&#38;value=$3 last; rewrite ^([^\.]*)/([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html$ $1/plugin.php?id=$2:$3 last; if (!-e $request_filename) { return 404; }]]></description>
		
		
		
			</item>
	</channel>
</rss>
