Hi,
500 Internal Server Error / How to clean settings?
I have read this, but I didn’t find any of those “option_name”s mentioned in “wp_option” table.
I have renamed wp-admin folder in Hide My WP settings to “wp-adminn” for test.
Then I have added this line to wp-config.php:
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
define("ADMIN_COOKIE_PATH", "/wp-adminn");
But now I can’t access to my wp site.
When I disable plugin via FTP, I do have access.
Using 5.5.2 version and going to update, but first I want this issue be solved.
The best