Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/13.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
Regex 删除Wordpress URL上的问号_Regex_Wordpress_Url Rewriting - Fatal编程技术网

Regex 删除Wordpress URL上的问号

Regex 删除Wordpress URL上的问号,regex,wordpress,url-rewriting,Regex,Wordpress,Url Rewriting,我想删除该文件?在我的网址,但不知道怎么做 你能帮帮我吗 http://domain.de/projekte/agbz/?deutschland/zahnarzt/Uta_Blumenstein_Kassel_Z4911334 这是“/agbz/”后面的问号…您不需要恢复web文件或数据库。也不需要解决相关的永久链接设置。此问题仅适用于使用Plesk控制面板的用户 转到您的控制面板上的“Apache&nginx设置”部分,确保所有设置都恢复为默认设置 在“主机设置”部分的“Web脚本和统计信息”

我想删除该文件?在我的网址,但不知道怎么做

你能帮帮我吗

http://domain.de/projekte/agbz/?deutschland/zahnarzt/Uta_Blumenstein_Kassel_Z4911334


这是“/agbz/”后面的问号…

您不需要恢复web文件或数据库。也不需要解决相关的永久链接设置。此问题仅适用于使用Plesk控制面板的用户

转到您的控制面板上的“Apache&nginx设置”部分,确保所有设置都恢复为默认设置


在“主机设置”部分的“Web脚本和统计信息”部分下,查看您网站的PHP版本,并将PHP作为xxxx运行。将运行PHP作为xxx从上一个更改为另一个。我以前使用过Apache提供的FastCGI应用程序。现在将其更改为另一个,即nginx提供的FPM应用程序。

搜索并替换?为什么你需要一个正则表达式?这是一个动态生成的页面我想这是