我的博客页面会重定向到我的静态主页。
博客页面=默认模板
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /demo/my-wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /demo/my-wordpress/index.php [L]
</IfModule>
# END WordPress
答案 0 :(得分:2)
将我的php文件从home.php重命名为homepage.php,我不知道“home”这个词是模板文件的保留字。这就是它重定向到主页的原因。
答案 1 :(得分:0)
您是否检查了永久链接,并且还在管理员中阅读设置?我自己过去遇到过很多问题。仔细检查您已设置为“首页”的页面,以及“帖子页面”
可能是您的博客页面设置为“Front Page”