<?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>伪静态 &#187; shopex</title>
	<atom:link href="http://www.weijingtai.com/tag/shopex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weijingtai.com</link>
	<description>Url rewrite 伪静态规则使用收集</description>
	<lastBuildDate>Mon, 14 Jun 2010 03:30:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>shopex 4.84伪静态设置方法For win（转）</title>
		<link>http://www.weijingtai.com/2009/08/05/shopex-484-iis6/</link>
		<comments>http://www.weijingtai.com/2009/08/05/shopex-484-iis6/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 09:18:02 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[shopex]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[伪静态]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=108</guid>
		<description><![CDATA[之前介绍了一篇关于shopex4.84的伪静态设置方法，不少朋友觉得不够详细，正好好友诡谲写有一篇详细的介绍，就不再重复，直接转过来。]]></description>
			<content:encoded><![CDATA[<p>之前介绍了一篇关于<a href="http://www.weijingtai.com/2009/04/16/shopex-484-iis/" target="_blank">shopex4.84的伪静态设置</a>方法，不少朋友觉得不够详细，正好好友<a href="http://www.xmlchina.org">诡谲</a>写有一篇详细的介绍，就不再重复，直接转过来。</p>
<p>============================以下为原文============================</p>
<p>由于Shopex官方对win系统支持不够,而且直接在后台开启伪静态会跳出提示,告诉你的服务器不是Apache.不能开启.但是我们依然可以绕过这个限制,需要修改一个文件,该文件位于/core/admin/controller/system/目录下,我们需要修改ctl.setting.php这个文件.但是大家下载打开却发现很多乱码,根本不知道如何下手.其实这是经过zend加密过的源码,我们需要对其进行解密.例如Dezender.这个软件可以直接将经过zend加密过的源码还原成原来的文件.如下图所示.<br />
<span id="more-108"></span></p>
<p><a class="highslide" onclick="function onclick() { function onclick() { return vz.expand(this) } }" href="http://www.weijingtai.com/wp-content/uploads/2009/08/eb5b_dezender.jpg"><img class="alignnone size-medium wp-image-1923" style="width: auto;" title="dezender" src="http://www.weijingtai.com/wp-content/uploads/2009/08/9b3e_dezender-520x442.jpg" alt="dezender" width="520" height="442" /></a></p>
<p>解密之后,我们需要对其进行修改.在文本编辑器查里打开文件</p>
<p>在第185行找到这段:</p>
<blockquote><p>if ( !strpos( $content, &#8220;[*[".md5( $code )."]*]&#8221; ) )</p></blockquote>
<p>将其替换成</p>
<blockquote><p>if ( <span style="color: #ff0000;">false &amp;&amp;</span> !strpos( $content, &#8220;[*[".md5( $code )."]*]&#8221; ) )</p></blockquote>
<p>就是在!strpos前面添加一个false,然后我们将这个文件上传到服务器相应位置.然后我们就能在后台开启伪静态了.</p>
<p>文章转载自:<a href="http://www.xmlchina.org/original-shopex-484-pseudo-static-method-as-well-as-covering-the-iis-server-nginx/"><span style="color: #0854c7;">http://www.xmlchina.org/original-shopex-484-pseudo-static-method-as-well-as-covering-the-iis-server-nginx/</span></a></p>
<p>=========================以上为原文==========================</p>
<p>另外，由于解密软件在xpsp2以上系统不能正常运行，附4.84 21715版本处理好的文件，替换文件前请先备份，以免不符。</p>
<a class="downloadlink dlimg" href="http://www.weijingtai.com/wp-content/plugins/download-monitor/download.php?id=13" title="Version 4.8.4.25715 downloaded 533 times" ><img src="http://www.weijingtai.com/wp-content/uploads/2009/04/download.png" alt="Download shopex4.84-modify Version 4.8.4.25715" /></a>
]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/08/05/shopex-484-iis6/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>shopex 4.8 for iis 7 伪静态</title>
		<link>http://www.weijingtai.com/2009/06/22/shopex-48-for-iis-7/</link>
		<comments>http://www.weijingtai.com/2009/06/22/shopex-48-for-iis-7/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 07:39:55 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[IIS7-rewrite]]></category>
		<category><![CDATA[shopex]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[伪静态]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=102</guid>
		<description><![CDATA[将下列代码加入到web目录下的web.config文件的<system.webServer>之后即可。]]></description>
			<content:encoded><![CDATA[<p>shopex 4.84 用在iis 7 <a href="http://www.weijingtai.com/2009/05/18/iis7-url-rewrite-module/">url rewrite module</a> 下的规则文件</p>
<p>将下列代码加入到web目录下的web.config文件的&lt;system.webServer&gt;之后即可。</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">        &lt;rewrite&gt;
            &lt;rules&gt;
                &lt;rule name=&quot;disableDownloadThemeHtml&quot;&gt;
                    &lt;match url=&quot;^themes/.*\.(html|xml)$&quot; ignoreCase=&quot;false&quot; /&gt;
                    &lt;action type=&quot;CustomResponse&quot; url=&quot;/&quot; statusCode=&quot;403&quot; statusReason=&quot;Forbidden&quot; statusDescription=&quot;Forbidden&quot; /&gt;
                &lt;/rule&gt;
                &lt;rule name=&quot;urlRewrite&quot;&gt;
                    &lt;match url=&quot;^(.*)$&quot; ignoreCase=&quot;false&quot; /&gt;
                    &lt;conditions logicalGrouping=&quot;MatchAll&quot;&gt;
                        &lt;add input=&quot;{REQUEST_FILENAME}&quot; pattern=&quot;\.(html|xml|json|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|cgi|shtml|shtm|phtm)$&quot; ignoreCase=&quot;false&quot; /&gt;
                        &lt;add input=&quot;{REQUEST_FILENAME}&quot; matchType=&quot;IsFile&quot; negate=&quot;true&quot; pattern=&quot;&quot; ignoreCase=&quot;false&quot; /&gt;
                        &lt;add input=&quot;{REQUEST_FILENAME}&quot; matchType=&quot;IsDirectory&quot; negate=&quot;true&quot; pattern=&quot;&quot; ignoreCase=&quot;false&quot; /&gt;
                    &lt;/conditions&gt;
                    &lt;action type=&quot;Rewrite&quot; url=&quot;index.php?{R:1}&quot; appendQueryString=&quot;false&quot; /&gt;
                &lt;/rule&gt;
            &lt;/rules&gt;
        &lt;/rewrite&gt;</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/06/22/shopex-48-for-iis-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>shopex 4.84伪静态（以及IIS下解决办法）</title>
		<link>http://www.weijingtai.com/2009/04/16/shopex-484-iis/</link>
		<comments>http://www.weijingtai.com/2009/04/16/shopex-484-iis/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 10:23:07 +0000</pubDate>
		<dc:creator>衣不如新</dc:creator>
				<category><![CDATA[shopex]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[伪静态]]></category>

		<guid isPermaLink="false">http://www.weijingtai.com/?p=71</guid>
		<description><![CDATA[Apache 下配置方法 进入后台 =>营销推广=>SEO设置=>商品页面启用伪静态  IIS下的配置方法：首先将压缩包中的ctl.tools.php文件替换到\core\admin\controller\system\下同名文件

]]></description>
			<content:encoded><![CDATA[<p><strong>Apache 下配置方法</strong></p>
<p>进入后台 =&gt;营销推广=&gt;SEO设置=&gt;商品页面启用伪静态</p>
<p><a href="http://www.weijingtai.com/wp-content/uploads/2009/04/shopex484.jpg"><img class="alignnone size-full wp-image-72" title="shopex484" src="http://www.weijingtai.com/wp-content/uploads/2009/04/shopex484.jpg" alt="shopex484" width="559" height="404" /></a></p>
<p>下载压缩包，将其中的.htaccess文件放到网站根目录即可。</p>
<p><span id="more-71"></span></p>
<p><strong>IIS下的配置方法：</strong></p>
<p>首先将压缩包中的ctl.tools.php文件替换到\core\admin\controller\system\下同名文件</p>
<p> 然后进入后台 =&gt;营销推广=&gt;SEO设置=&gt;商品页面启用伪静态</p>
<p><a href="http://www.weijingtai.com/wp-content/uploads/2009/04/shopex484.jpg"><img class="alignnone size-full wp-image-72" title="shopex484" src="http://www.weijingtai.com/wp-content/uploads/2009/04/shopex484.jpg" alt="shopex484" width="563" height="354" /></a></p>
<p>iis下需要isapi_rewrite 第三版,老版本的rewrite不支持RewriteCond语法。<br />
下载地址 <a href="http://www.helicontech.com/download-isapi_rewrite.htm" target="_bank"></a><a href="http://www.helicontech.com/download-isapi_rewrite.htm" target="_blank"><span style="color: #2b76b0;">http://www.helicontech.com/download-isapi_rewrite.htm</span></a> 下载那个<strong>ISAPI_Rewrite Lite for Windows NT4/2000/XP/2003 (Freeware!)</strong>即可，免费软件! 也可以下载本站<a title="链接到ISAPI Rewrite 3 lite 绿色版下载" rel="bookmark" href="http://www.weijingtai.com/2009/04/08/isapi-rewrite-3-lite/">ISAPI Rewrite 3 lite 绿色版下载</a> 进行安装。具体安装教程可在本站查找。</p>
<p>安装后进入isapi-rewirte的安装目录，将压缩包中的httpd.conf复制进去即可。<br />
      <a class="downloadlink dlimg" href="http://www.weijingtai.com/wp-content/plugins/download-monitor/download.php?id=1" title="Version 4.84 downloaded 825 times" ><img src="http://www.weijingtai.com/wp-content/uploads/2009/04/download.png" alt="Download shopex 4.84伪静态 Version 4.84" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weijingtai.com/2009/04/16/shopex-484-iis/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

