Home Forums WordPress Plugins Hide My WP Hide My WP not working for me.

This topic is: resolved
Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • #20168
    asmsaief
    Active
    Post count: 16

    I just bought this plugin. I am using nginx. All setting working. But when I try to change theme, plugin and other path my site not working. Its broken.

    Note: I changes nginx settings and restart.

    Here is my Debug Report

    ===========================================================
    WP Settings
    ===========================================================
    WordPress version: WP 4.9.4
    Home URL: https://shopyzo.com
    Site URL: https://shopyzo.com
    Is SSL: true
    Is RTL: false
    Permalink: /%postname%/

    ============================================================
    Server Environment
    ============================================================
    PHP Version: 7.2.1-1+ubuntu17.10.1+deb.sury.org+1
    Server Software: nginx/1.12.1
    WP Max Upload Size: 8 MB
    Server upload_max_filesize: 50M
    Server post_max_size: 8M
    WP Memory Limit: 40M
    WP Debug Mode: false
    CURL: true
    fsockopen: true

    ============================================================
    Active plugins
    ============================================================
    Hide My WP 5.5.5 [http://hide-my-wp.wpwave.com/]
    Ads Abandoned Cart AliDropship Plugin 0.1 [https://alidropship.com/]
    Ads Countdown AliDropship Plugin 0.3.4 [https://alidropship.com/]
    Ads Facebook Business Catalog AliDropship Plugin 0.2.2 [https://alidropship.com/]
    Ads Gallery AliDropship Plugin 0.2.1 [https://alidropship.com/]
    AliDropship Plugin 0.9.22.1 [https://alidropship.com/]
    Cloudflare 3.3.2 [https://blog.cloudflare.com/new-wordpress-plugin/]
    SocialRabbit 2.1.1 [https://socialrabbitplugin.com/]

    ============================================================
    Plugin Option
    ============================================================
    {“li”:”11c569b2-6755-450d-aedd-38cf70f3c734″,”import_options”:””,”export_options”:””,”nginx_config”:””,”debug_report”:””,”help”:””,”undo”:””,”custom_404″:”0″,”custom_404_page”:”16″,”trusted_user_roles”:””,”replace_mode”:”safe”,”hide_wp_login”:”on”,”login_query”:”hide”,”admin_key”:”login”,”hide_wp_admin”:”on”,”spy_notifier”:””,”customized_htaccess”:””,”separator”:””,”cdn_path”:””,”email_from_name”:”Shopyzo”,”email_from_address”:”noreply@testmail.com”,”antispam”:”on”,”full_hide”:””,”hide_other_wp_files”:”on”,”disable_directory_listing”:”on”,”disable_canonical_redirect”:””,”hide_admin_bar”:”on”,”avoid_direct_access”:””,”direct_access_except”:”index.php, wp-comments-post.php, wp-includes/js/tinymce/wp-tinymce.php, xmlrpc.php, wp-cron.php”,”exclude_theme_access”:””,”exclude_plugins_access”:””,”new_theme_path”:”/skin”,”new_style_name”:”main.css”,”style_expiry_days”:”3″,”minify_new_style”:”safe”,”new_include_path”:”/other”,”new_plugin_path”:”/ext”,”rename_plugins”:””,”new_upload_path”:”/file”,”replace_comments_post”:””,”replace_admin_ajax”:”ajax”,”new_content_path”:”inc”,”separator2″:””,”new_login_path”:”/goin”,”new_admin_path”:””,”separator3″:””,”api_disable”:”0″,”api_base”:”rest”,”api_query”:”rest”,”author_enable”:”1″,”author_base”:”profile”,”author_query”:”profile”,”author_without_base”:””,”feed_enable”:”1″,”feed_base”:”rss”,”feed_query”:”rss”,”post_enable”:”1″,”post_base”:”/%postname%/”,”post_query”:”entry_id”,”page_enable”:”1″,”page_base”:””,”page_query”:”page_id”,”paginate_enable”:”1″,”paginate_base”:””,”paginate_query”:””,”category_enable”:”1″,”category_base”:””,”category_query”:””,”tag_enable”:”1″,”tag_base”:””,”tag_query”:””,”search_enable”:”1″,”search_base”:””,”search_query”:””,”nice_search_redirect”:”on”,”disable_archive”:””,”disable_other_wp”:””,”remove_html_comments”:””,”replace_javascript_path”:”3″,”remove_feed_meta”:”on”,”remove_other_meta”:”on”,”remove_default_description”:”on”,”remove_ver_scripts”:”on”,”remove_body_class”:””,”remove_menu_class”:””,”clean_post_class”:””,”clean_new_style”:””,”replace_in_ajax”:””,”replace_wpnonce”:””,”internal_css”:””,”internal_js”:””,”enable_ids”:”on”,”ids_level”:”0″,”ids_admin_include”:””,”ids_cookie”:””,”logger_link”:””,”log_ids_min”:”5″,”block_ids_min”:”20″,”email_ids_min”:”30″,”exception_fields”:”REQUEST.commentrnPOST.commentrnREQUEST.permalink_structurernPOST.permalink_structurernREQUEST.selectionrnPOST.selectionrnREQUEST.contentrnPOST.contentrnREQUEST.__utmzrnCOOKIE.__utmzrnREQUEST.s_persrnCOOKIE.s_persrnREQUEST.user_passrnPOST.user_passrnREQUEST.pass1rnPOST.pass1rnREQUEST.pass2rnPOST.pass2rnREQUEST.passwordrnPOST.passwordrnPOST.hide_my_wp.%rnREQUEST.hide_my_wp.%rnPOST.%import%rnREQUEST.%import%rnREQUEST.newcontentrnPOST.newcontentrnREQUEST.remember_%”,”ids_html_fields”:””,”separator4″:””,”trust_network”:”on”,”help_trust_network”:”on”,”enable_smwp_server”:””,”blocked_ips”:””,”blocked_ip_message”:”You are blocked. Please contact site administrator if you think there is a problem.”,”blocked_countries”:””,”replace1″:””,”auto_config_plugins”:””,”replace2″:””,”db_ver”:”5.5.5″}

    And here is NGINX config content

    # BEGIN Hide My WP

    rewrite ^/other/js/embed\.min\.js /wp-includes/js/wp-embed.min.js?rGmMm_hide=login last;
    rewrite ^/davinci/(.*) /wp-content/themes/davinci/$1?rGmMm_hide=login last;
    rewrite ^/skin_main/style\.css /?parent_wrapper=1&rGmMm_hide=login last;
    rewrite ^/skin_main/(.*) /wp-content/themes/davinci/$1?rGmMm_hide=login last;
    rewrite ^/goin /wp-login.php?rGmMm_hide=login last;
    rewrite ^/other/(.*) /wp-includes/$1?rGmMm_hide=login last;
    rewrite ^/file/(.*) /wp-content/uploads/$1?rGmMm_hide=login last;
    rewrite ^/ext/(.*) /wp-content/plugins/$1?rGmMm_hide=login last;
    rewrite ^/skin/main\.css /?style_wrapper=1&rGmMm_hide=login last;
    rewrite ^/skin/style\.css /nothing_404_404?rGmMm_hide=login last;
    rewrite ^/skin/(.*) /wp-content/themes/davinci-child/$1?rGmMm_hide=login last;
    rewrite ^/ajax /wp-admin/admin-ajax.php?rGmMm_hide=login last;
    rewrite ^/inc/(.*) /wp-content/$1?rGmMm_hide=login last;
    rewrite ^/(readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$) /nothing_404_404?rGmMm_hide=login last;
    rewrite ^/(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?rGmMm_hide=login last;

    # END Hide My WP

    #20177
    Suman M.
    Post count: 12480

    Hi, thanks for the debug report. Can you please post the entire Nginx config content (not just HMWP rules). Please try attaching it as a text file.

    #20230
    asmsaief
    Active
    Post count: 16
    This reply has been marked as private.
    #20231
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #20235
    asmsaief
    Active
    Post count: 16

    Now its working
    Thanks

    #20236
    asmsaief
    Active
    Post count: 16
    This reply has been marked as private.
    #20244
    Suman M.
    Post count: 12480

    Can you please let us know where exactly the image is not being displayed? Screenshot will be helpful.

    Also make sure that the images are uploaded within your server. If you are using images from 3rd party wordpress websites then you’ll need to empty out “New wp-content path” field in HMWP Permalinks & URLs tab.

    Note: Once you update HMWP settings you’ll need to update HMWP rules in Nginx config file and restart Nginx.

    #20245
    asmsaief
    Active
    Post count: 16
    This reply has been marked as private.
    #20251
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #20272
    asmsaief
    Active
    Post count: 16
    This reply has been marked as private.
    #20290
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #20297
    asmsaief
    Active
    Post count: 16

    Its solved. I am using shortpixel image optimizer. But its not find image file when I use hide my wp plugin. How can I solve it?

    #20301
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #20315
    asmsaief
    Active
    Post count: 16
    This reply has been marked as private.
    #20319
    Suman M.
    Post count: 12480

    Yes, please provide us with your site’s backend login credentials, and also let us know where (page url) I can check the issue related to shortpixel.

Viewing 15 posts - 1 through 15 (of 30 total)

You must be logged in to reply to this topic.