Home Forums WordPress Plugins Hide My WP Plugin error 404 and http 500 server Nginx

This topic is: not resolved
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #21689
    Carlos
    Post count: 7

    Hello, I installed the plugin on my site, which works with an nginx server. I followed the installation instructions as per the video tutorial for this type of server. It was working and I started to configure the plugin in the permalinks tab, I changed the wp-admin item and the login, at that moment my site stopped working and I received the HTTP 500 error, I lost access to the site, I deleted the plugin via ssh and everything started working again. Now when I install the plugin and try to access the site I already get the HTTP 500 error again even deleting the browser cache. It is a strange situation if I install the plugin and I already have the site with the HTTP 500 error and the wp-admin page appears with the name I had created with the 404 error.

    Note: I am attaching the Nginx configuration files.

    I await a solution

    Thank you

    #21690
    Carlos
    Post count: 7
    This reply has been marked as private.
    #21697
    Suman M.
    Post count: 12480

    Hi, it’s most probably that you have missed some step while renaming wp-admin path name.

    Please do these:

    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_path

    2) 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, and then re-configure the plugin.

    Please follow this tutorial to rename wp-admin – http://support.wpwave.com/videos/change-wp-admin-to-myadmin

    #21740
    Carlos
    Post count: 7
    This reply has been marked as private.
    #21749
    Carlos
    Post count: 7
    This reply has been marked as private.
    #21756
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #21759
    Carlos
    Post count: 7
    This reply has been marked as private.
    #21760
    Carlos
    Post count: 7
    This reply has been marked as private.
    #21767
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #21784
    Suman M.
    Post count: 12480

    Hi, I logged in to backend and activated HMWP plugin (not applied settings), and there seems no issue so far. Also, all the previous settings is reset. So, please apply “medium privacy more compatibility” settings from HMWP start tab and add HMWP rules in Nginx config file as instructed here – http://support.wpwave.com/videos/setup-hmwp-on-nginx-webserver (HMWP rules should be added within “server{…}” block)
    Then restart Nginx server and check the website. Let us know!

    #21794
    Carlos
    Post count: 7

    Hello

    I executed the configuration exactly as you indicated but the error still continues see the url of the site:

    https://www.brasilmorar.com/

    #21798
    Carlos
    Post count: 7
    This reply has been marked as private.
    #21811
    Suman M.
    Post count: 12480

    Alright, you can request for the refund via your Envato Panel.

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.