PHP头条
热点:

在windows服务器上设置301、伪静态(wordpress)


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

: ^wuchao\..*) http\:


CacheClockRate 360032

RewriteRule /tag/(.*) /index\.php\?tag=$1

RewriteRule /sitemap.xml /sitemap./favicon.ico /favicon.
RewriteRule /wp-(.*) /wp-$1
RewriteRule ^/$ /index./(.*) /index.php/$1

 

www.phpzy.comtrue/php/2638.htmlTechArticle在windows服务器上设置301、伪静态(wordpress) 新建一个httpd.ini文件,插入代码: : ^wuchao\. .*) http\: CacheClockRate 3600 32 RewriteRule /tag/(.*) /index\.php\?tag=$1 RewriteRule /sitemap.xml /sitemap. /favicon.ico...

相关文章

相关频道:

PHP之友评论

今天推荐