Forum Replies Created
-
AuthorPosts
-
Sure!
In HMWP there is a security check to make sure that wordpress secret keys (in wp-config.php) are valid and secure. More info regarding security keys here – https://www.wpwhitesecurity.com/wordpress-tutorial/wordpress-security-keys/
And security keys can be generated from here – https://api.wordpress.org/secret-key/1.1/salt/
After generating security keys please replace them in wp-config.php
This reply has been marked as private.July 15, 2019 at 10:26 am in reply to: Webstie completely Broken. please i need urgent help!!! #26894Bitnami/AWS by default do not enable htaccess. You will have to go into the apache configuration file and change “AllowOverride None” to “AllowOverride All” to use the .htaccess file.
https://docs.bitnami.com/oci/apps/wordpress/administration/use-htaccess/
https://community.bitnami.com/t/how-to-get-mod-rewrite-working-and-htaccess-files/45816This reply has been marked as private.This reply has been marked as private.July 15, 2019 at 5:24 am in reply to: Webstie completely Broken. please i need urgent help!!! #26883This reply has been marked as private.Hi, is everything working fine now? I checked your site and could see that HMWP configured correctly.
I have added some replacements under Replace Tools tab to remove the comments/text added by some plugins.Please let us know if there’s any issue.
July 14, 2019 at 4:52 pm in reply to: Webstie completely Broken. please i need urgent help!!! #26879Hi, I checked te debug report and all looks good. Also, htaccess looks fine.
Can you please let us know your site’s wp-admin login details (as private reply) so that we can look into the issue further. Thanks!This reply has been marked as private.This reply has been marked as private.This usually happens while you miss some step during renaming of wp-admin. Please follow these steps:
1) In “wp_options” table in your database, delete the rows with following “option_name”. Please backup your database first.
– hide_my_wp
– hide_my_wp_undo
– hmwp_ids_installed
– hmw_all_plugins
– external_updates-hide_my_wp
– hmwp_spam_counter
– hmwp_temp_admin_path2) comment out or remove following line from wp-config.php (if you have added it there previously)
define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);You shall now be able to login to backend.
Hi, apologies for the delay on this. We are looking into it right now.
Hi, I didn’t exactly get your point “im getting the 404 error even with the plugin disable“.
If you disable plugin it shall restore your WP settings and 404 error should not be there if it’s related to plugin.Please generate debug report from HMWP start tab and post it here as private reply.
Here are video tutorials – https://support.wpwave.com/videos/
Hi, if it’s Apache server you’ll need to save HMWP settings again. And if it’s Nginx server, you’ll need to save HMWP settings, update Nginx config file with new rules and restart Nginx server.
If it’s still the issue then please let us know your site’s wp-admin login details as private reply so that we can look into it further. Thanks!
-
AuthorPosts