【问题标题】:WordPress : The requested URL /index.php was not found on this serverWordPress:在此服务器上找不到请求的 URL /index.php
【发布时间】:2017-08-20 17:29:31
【问题描述】:

我正在处理公共文件夹中包含两种语言的 WordPress 项目。 我有两个文件夹。 第一个文件夹是“ar” 在这个链接: http://www.gilenmobilya.com/ar/

第二个文件夹是“tr”: http://www.gilenmobilya.com/tr

现在当我打开一个帖子时,例如这个: http://www.gilenmobilya.com/tr/2017/03/21/ozel-siparisler/

我收到这条消息:

未找到 在此服务器上未找到请求的 URL /index.php。

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

【问题讨论】:

    标签: php wordpress apache .htaccess


    【解决方案1】:

    您是否检查过 wordpress 永久链接设置?

    【讨论】:

      猜你喜欢
      • 2019-04-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-03-05
      • 2019-07-14
      • 2018-05-08
      • 2021-07-23
      相关资源
      最近更新 更多