WordPress 永久链接 - Google 搜索结果为 404 有效页面

发布于 2025-01-08 07:18:01 字数 989 浏览 0 评论 0原文

我正在使用 WordPress 3.0.4(正在更新过程中,但目前仍使用 3.0.4)以及日期和名称永久链接结构。

永久链接在网站内工作正常(即从主页单击博客文章),但是当我在 Google 中搜索帖子并单击链接时,我得到 404。

从 Google 结果复制 URL 并打开然而,新窗口或刷新会将我发送到正确的条目。

URL 格式如下所示: http://www.mysite .com/blog/2012/02/08/title-of-post/

和 .htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress

我已经尝试重命名 .htaccess 并创建一个新的,更改 .htaccess 权限,禁用所有插件,并使用默认的 WordPress 主题,但都没有成功。

同样的问题:http ://wordpress.org/support/topic/google-search-results-in-404-for-a-valid-page?replies=9 但看起来OP从未找到解决方案。

任何帮助将不胜感激!

I am using WordPress 3.0.4 (in the process of updating but stuck with 3.0.4 for now) with the day and name permalink structure.

The permalinks are working fine from within the site (i.e. clicking on a blog post from the main page) however when I search for a post in Google and click the link, I get a 404.

Copying the URL from the Google results and opening a new window or refreshing however sends me to the correct entry.

The URL format looks like this: http://www.mysite.com/blog/2012/02/08/title-of-post/

And .htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress

I have already tried renaming .htaccess and creating a new one, changing the .htaccess permissions, disabling all plugins, and using the default WordPress theme all with no luck.

Same problem here: http://wordpress.org/support/topic/google-search-results-in-404-for-a-valid-page?replies=9 but looks like OP never found a solution.

Any help would be greatly appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文