Home » WordPress, 原创, 网络资源

让Wordpress等程序使用Dreamhost主机的统计功能

17 02月 2010 Views: No Comment Tags:

使用Dreamhost的主机,可以享受其强大的统计服务,而不必在网页上添加任何代码,只需要访问yoursite.com/stats/即可查看网站统计记录。但是对于使用wordpress等程序的用户,会返回404错误,是由于wordpress程序本身干扰了转址。

其实我们只需要在站点根目录的.htaccess 里添加如下代码到# BEGIN WordPress 字段之前,就可以使其工作。


# BEGIN Dreamhost Stats
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html).*$ [NC]
RewriteRule . – [L]
</IfModule>
# END Dreamhost Stats

原创文章如转载,请注明:转载自Xixis Blog [ http://www.xixis.net/ ]
本文链接地址:http://www.xixis.net/archives/wordpress-and-other-procedures-for-the-use-of-statistical-functions-dreamhost-hosts.html

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.