Not Found and Bad request while adding to menu
-
Hi,
Depending on the permalink settings, when I try to add a menu item, I get the error
Not Found It looks like nothing was found at this location. Maybe try a search? (permalink setting postname, nummeric, day and name, month and name, custom structure)
Bad Request Your browser sent a request that this server could not understand. Additionally, a 400 Bad Request error was encountered while trying to use an ErrorDocument to handle the request. (permalink setting plain)
I tried the following:
change the ht_access file with the following code:
# BEGIN WordPress
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase / RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
I de-activated all the plugins, removed obsolete plugins, removed all unused themes, changed theme, installed the site health plugin and tried every possibility. In readings I tried to change the static page and assign a page to posts, which is now turned back in –select–. I emptied the cache. But still the problem persist.
I work with themes 2014, do not use elementor on this site. So it is all pretty straightforward. On the front end everything looks fine, but on the back end I can not change or add menu items without creating this error. I can create new pages, but can not assign them to the menu.
If you have any ideas on how to fix this, it will make me a happy guy, because after 10 hours of problem solving trials, I ran out of ideas.
- You must be logged in to reply to this topic.