Home  >  Article  >  Backend Development  >  Set up 301, pseudo-static (wordpress) on windows server_PHP tutorial

Set up 301, pseudo-static (wordpress) on windows server_PHP tutorial

WBOY
WBOYOriginal
2016-07-20 11:15:12754browse

新建一个httpd.ini文件,插入代码:

<span [ISAPI_Rewrite]
RewriteCond Host</span>: ^wuchao\.<span cc$
RewriteRule (</span>.*) http\:<span //</span><span www\.wuchao\.cc$1 [R,I,L]</span>

<span #</span><span  3600 = 1 hour</span>
CacheClockRate 3600<span 
RepeatLimit </span>32
<span #</span><span  解决中文tag问题 </span>
RewriteRule /tag/(.*) /index\.php\?tag=$1
<span #</span><span  sitemapxml</span>
RewriteRule /sitemap.xml /sitemap.<span xml [L]
RewriteRule </span>/favicon.ico /favicon.<span ico [L]
</span><span #</span><span  For file-based wordpress content (i.e. theme), admin, etc. </span>
RewriteRule /wp-(.*) /wp-$1<span  [L]
</span><span #</span><span  For normal wordpress content, via index.php</span>
RewriteRule ^/$ /index.<span php [L]
RewriteRule </span>/(.*) /index.php/$1<span  [L]
[ISAPI_Rewrite]</span>

 

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/440227.htmlTechArticle新建一个httpd.ini文件,插入代码: : ^wuchao\. .*) http\: CacheClockRate 3600 32 RewriteRule /tag/(.*) /index\.php\?tag=$1 RewriteRule /sitemap.xml /sitemap. /favicon.ic...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn