gpt4 book ai didi

php - 如何从 WordPress 站点 URL 中删除 index.php

转载 作者:可可西里 更新时间:2023-11-01 06:33:34 26 4
gpt4 key购买 nike

<分区>

我的 WordPress 网站中的 index.php 有问题。这个问题来了,因为我已经更改并将我的 WordPress 数据库从 WordPress 迁移到 mydatabase。我还更改了我的表前缀名称。

现在的问题是,如果没有 index.php,我将无法看到我的页面和帖子。

http://example.com/index.php/postname/

我尝试了以下解决方案:

  1. 更改永久链接设置(未更改)。

  2. 使用 .htaccess 文件更改重写模块(未更改)。

  3. 在我的 apache2 服务器中启用重写模块(没有任何反应)。

  4. 出于缓存目的删除了 wp_options 表的 rewrite_module 值(没有发生任何事情)。

  5. 如果我为 %postname% 设置固定链接

G。 http://example.com/postname/

然后我得到 404 错误。

我的 .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

请任何人为我提供正确的解决方案。如何摆脱 index.php

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com