WordPress:在此服务器上找不到请求的URL /index.php

时间:2017-03-27 20:37:40

标签: php wordpress apache .htaccess

我正在使用公共文件夹中的两种语言处理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

1 个答案:

答案 0 :(得分:1)

你检查过wordpress固定链接设置了吗?

相关问题