Forum Replies Created

Viewing 15 posts - 8,671 through 8,685 (of 9,718 total)
  • Author
    Posts
  • in reply to: WordPress still detected #4682
    Suman M.
    Post count: 12480

    Hi, sorry my mistake above – text before >>> should be in left side box
    I’ve made the changes accordingly. Now I see that wordpress is not detected by Wappalyzer in firefox but detected by Wappalyzer in chrome. Even when I tried deactivating W3 Total Cache plugin, Wappalyzer in chrome still detects W3 Total Cache, so it seems like the cache issue.

    in reply to: i can't makes change with page and category post #4681
    Suman M.
    Post count: 12480

    Hi, it seems like htaccess issue. Also you have activated common feature related to login url in the plugins HMWP, Custom Login, WPS Hide Login. Please let us know your site’s wp-admin login details so that we can fix it for you.

    in reply to: Rename wp-admin in multisite with path #4674
    Suman M.
    Post count: 12480

    You can rename directly in the plugin’s code itself but one main drawback is that if you update the plugin in future then all your changes will be over written.

    in reply to: Witch cache ? Sample configuration ? #4672
    Suman M.
    Post count: 12480

    Hi, you can go for one of these:
    – WP Super Cache
    – W3 Total Cache (but if you use Minify option then you need a manual adjustment as mentioned here – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/17774)

    • This reply was modified 9 years, 9 months ago by Suman M..
    in reply to: Error with Userpro links #4668
    Suman M.
    Post count: 12480

    Hi, if you are using W3 total cache’s Minify option then you need to follow the steps mentioned in this FAQ – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/17774

    Regarding the issue, can you please explain with the real URLs? You may set your reply as private by checking “set as private reply” option.

    in reply to: My theme is missed up #4667
    Suman M.
    Post count: 12480

    Hi, is it Apache server or Nginx? It seems like htaccess or config file is not being updated.

    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

    For more details, refer to the documentation available within plugin folder.

    in reply to: Help .htacess error 500 #4662
    Suman M.
    Post count: 12480

    Hi, in the htaccess content you pasted above some rules are glued to another rules and hence the issue.

    please try replacing htaccess file with WP default htaccess (https://codex.wordpress.org/htaccess)

    If still doesn’t work, use default htaccess and rename hide_my_wp plugin directory name in /wp-content/themes/

    If you’re still having the issue, then please let us know your website’s wp-admin login details as Private Reply so that we can look into the issue further.

    • This reply was modified 9 years, 9 months ago by Suman M..
    in reply to: Theme name showing under meta name #4661
    Suman M.
    Post count: 12480

    Hi, you can replace such text/words using HMWP’s “replace in HTML” option under Replace Tools tab.

    For example:
    add “Ken Child Theme 3.2” in left handside box and it’s replacement in right handside box (you can also opt to Remove the text)

    in reply to: My theme is missed up #4657
    Suman M.
    Post count: 12480

    For IIS, please follow these steps:
    – in HMWP settings, start tab, select ‘Medium Pripacy – More Compatibility’ scheme and save settings.
    – in start tab click on “IIS configuration” button and follow guide to update web.config file. (web.config is located in WP root directory and you should use FTP to update it. Note that you may need to update this file whenever you change settings or install a new plugin or theme)

    THE HMWP MISSES UP THE THEME
    >> Is it that the theme is not being renamed? Please let us know your website URL.

    in reply to: I hide both wp-login and wp-admin but I still can see them #4656
    Suman M.
    Post count: 12480

    Hi, did you also try to rename wp-admin path in HMWP settings? If so, first of all disable (empty out) this option, and try “medium privacy more compatibility” scheme from start tab.
    Also, it seems like your theme doesn’t have 404 page? Let us know.

    in reply to: Rename wp-admin in multisite with path #4653
    Suman M.
    Post count: 12480

    I checked http://dynamus.net/place/ and see there the following (NO wp-includes)

    http:\/\/dynamus.net\/place\/lib\/js\/wp-emoji-release.min.js

    in reply to: Gravity Forms Notifications not getting sent after submission #4652
    Suman M.
    Post count: 12480

    Hi, please try this & let us know
    – goto Dashboard >> Intrusions; find the requests related to Gravity Form and add those request names in “Exception Fields” option box in IDS Firewall tab, one in each line (if IDS is enabled)
    – uncheck/disable “Anti-Spam” option in general settings tab.

    in reply to: How Do I Set It Up? #4649
    Suman M.
    Post count: 12480

    Hi, follow these steps for Nginx configuration:

    – 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

    For more details, refer to the documentation available within plugin folder.

    in reply to: Rename wp-admin in multisite with path #4648
    Suman M.
    Post count: 12480

    Hi, http://dynamus.net/ currently not working?

    in reply to: login credentials not working. #4642
    Suman M.
    Post count: 12480
    This reply has been marked as private.
Viewing 15 posts - 8,671 through 8,685 (of 9,718 total)