Home Forums WordPress Plugins Hide My WP Breaking Site + Plugins Name Hide not working

This topic is: not resolved
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #5273
    dej8
    Post count: 65

    Hey guys,

    The plugin is breaking my site! I try to go step by step, however it is breaking my site. I reset all settings and it comes back! – thank goodness šŸ™‚

    Also, when I change the plugin/folder names, the plugins on my site are still showing its actual name and is not changing properly.

    Can you investigate this for me please.

    Thank you!

    #5280
    Suman M.
    Post count: 12478

    Hi, depending on your websever and WP installation, you have to follow one of these:

    1) If itā€™s Apache webserver and WP single site installation, then follow these steps (your siteā€™s htaccess file should be writeable):

    – goto HMWP >> ā€˜Startā€™ Tab >> ā€˜Medium Privacy – More Compatibilityā€™ scheme >> click ā€˜Save Settingsā€™

    2) If itā€™s Apache server and WP multisite, follow these steps:

    – goto HMWP >> ā€˜Startā€™ Tab >> select ā€˜Medium Privacy – More Compatibilityā€™ scheme >> click ā€˜Save Settingsā€™
    – goto HMWP >> ā€˜Startā€™ Tab >> click ā€˜Multi-site Configurationā€™
    – now use a FTP program or your host file manager and add those lines to your htaccess file (after RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ [-])

    3) If itā€™s Nginx server and WP single site, follow these steps:

    – goto HMWP >> ā€˜Startā€™ Tab >> ā€˜Medium Pripacy – More Compatibilityā€™ scheme >> click ā€˜Save Settingsā€™

    – In Start tab you should see Nginx Configuration button. If you donā€™t see this button, add &nginx_config=1 to HMWP settings page URL to see Nginx rewrite rules. For example:
    http://yourdomain.com/wp-admin/options-general.php?page=hide_my_wp&nginx_config=1

    – Now add those lines (rewrite rules) to your Nginx configuration file. Itā€™s usually located in /etc/nginx/nginx.conf or /etc/nginx/conf/nginx.conf or /etc/nginx/sites-available/domainname.com

    – restart nginx server

    Please let us know if it’s still the issue.

    #5442
    avardar
    Pro
    Post count: 29

    it says

    nginx: [emerg] “rewrite” directive is not allowed here in /etc/nginx/nginx.conf:47
    nginx: configuration file /etc/nginx/nginx.conf test failed

    after i put these lines to /etc/nginx/nginx.conf

    #5455
    Suman M.
    Post count: 12478

    Hi avardar, you need to put HMWP rules in server block of nginx.conf file.
    Also generate debug report (from HMWP start tab) and post it here as private reply.

    #5460
    avardar
    Pro
    Post count: 29

    I tried to put to nginx.conf but i got this error

    nginx: [emerg] ā€œrewriteā€ directive is not allowed here in /etc/nginx/nginx.conf:47
    nginx: configuration file /etc/nginx/nginx.conf test failed

    #5464
    Suman M.
    Post count: 12478

    avardar, please post your nginx.config file’s content here (as private reply) after you have added HMWP rules in it.

    #5465
    avardar
    Pro
    Post count: 29
    This reply has been marked as private.
    #5475
    Suman M.
    Post count: 12478

    Within http{ } block above add server{ } block and add HMWP rules within this server block (remove HMWP rules from bottom of nginx config file)

    #5476
    avardar
    Pro
    Post count: 29

    Ok i could add them and restarted

    #5477
    avardar
    Pro
    Post count: 29

    By the way i have both apache and nginx working together
    I can also use .htaccess file

    does this affect anything ?

    #5485
    Suman M.
    Post count: 12478

    Hi avardar, let’s connect via one single ticket – http://support.wpwave.com/forums/topic/wp-admin-rename-doesnt-work

    #5486
    avardar
    Pro
    Post count: 29

    OK

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

You must be logged in to reply to this topic.