2

我是 Pods CMS 和 Wordpress 的新手。我正在运行 pods CMS (2.0) 和 wordpress (3.4.1)。我正在玩 pod,但无法查看单个 pod 页面。

我已经创建了几个像团队等的 pod。我无法运行查看单个页面的 pod。

调试时,Apache 日志中出现 404 错误。似乎存在 .htaccess 问题。这是我的 .htaccess

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

2 回答 2

0

不确定,因为我不知道豆荚,但不RewriteBase /wordpress/应该RewriteBase /

于 2012-12-07T15:08:01.520 回答
0

Pods 特别容易出现 404,但通常这是一个简单的修复。只需访问永久链接页面。从理论上讲,只需访问该页面就足以修复它,但我喜欢将永久链接切换到其他内容;保存,然后按原样放回永久链接。

通常这足以解决问题。

附带说明一下,您可能不想使用“Pods 页面”,而是使用 Pods 模板,然后这些模板可以显示您的自定义帖子的内容。但是让我们知道你是怎么过的!

于 2021-01-16T16:50:06.550 回答