Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/251.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php Wordpress-404页面在“中”时有一个链接;职位名称「;_Php_Wordpress_Permalinks - Fatal编程技术网

Php Wordpress-404页面在“中”时有一个链接;职位名称「;

Php Wordpress-404页面在“中”时有一个链接;职位名称「;,php,wordpress,permalinks,Php,Wordpress,Permalinks,最近我制作了一个wordpress页面并将其移动到另一台服务器。 我刷新链接,它们工作得很好,但前提是我使用“普通”。任何其他永久链接选项都会导致404,即使我在编辑模式下单击它 我尝试使用flush\u rewrite\u规则(false)是: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine ON RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{R

最近我制作了一个wordpress页面并将其移动到另一台服务器。 我刷新链接,它们工作得很好,但前提是我使用“普通”。任何其他永久链接选项都会导致404,即使我在编辑模式下单击它

我尝试使用
flush\u rewrite\u规则(false)是:

# 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
#开始WordPress
重新启动发动机
重写基/
重写规则^index\.php$-[L]
重写cond%{REQUEST_FILENAME}-F
重写cond%{REQUEST_FILENAME}-D
重写规则/index.php[L]
#结束WordPress
我错过什么了吗


谢谢。

传统信息:在原始服务器上,wordpress放在www.web-name.cl/clientes/wordpress上,所有的permalinks都可以作为“post name”使用。传统信息:在原始服务器上,wordpress放在www.web-name.cl/clientes/wordpress上,所有的permalinks都可以作为“post name”使用