我现在已经在几个网站上看到了这一点,但我很难找到有关以下内容的信息(可能是因为难以描述):
所有内部URL,例如:
http://www.domain.com/section/
将自己改写成这样:
http://www.domain.com/section/#.TvuV_pim9PI
有人知道这是什么原因吗?我正在运行WP 3.3和。htaccess只是默认设置:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
我的永久链接设置设置为“发布名称”,在类别和标记库中不设置任何内容。