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

WBOY
Release: 2016-07-20 11:15:12
Original
759 people have browsed it

新建一个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>
Copy after login

 

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...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!