Forum Replies Created
-
AuthorPosts
-
Suman M.Post count: 12478
Hi, we’ll need to look into your website to know what’s causing the issue. Can you please let us know your website’s backend details as private message.
December 21, 2014 at 5:42 pm in reply to: Setting Don't stick when you look at the sites Source Code #1583Suman M.Post count: 12478Hi, in your site’s HMWP settings, make sure that “Replace Mode” is set to “Full page”.
If it’s still an issue, then do let us know your site’s backend details so that we can have a look at it.Suman M.Post count: 12478Hi,
For example, if you have the list like below (in your site’s HMWP settings page):
rewrite ^/mywp/template/lib/(.*) /mywp/wp-includes/$1 last;
rewrite ^/mywp/storage/(.*) /mywp/wp-content/uploads/$1 last;
rewrite ^/mywp/ext/aa405a34/(.*) /mywp/wp-content/plugins/akismet/$1 last;
rewrite ^/mywp/ajax /mywp/wp-admin/admin-ajax.php last;
rewrite ^/mywp/(readme\.html|wp-includes/$) /mywp/nothing_404_404 last;
rewrite ^/mywp/(index\.php|wp-content/repair\.php|index\.php|wp-admin/)(.*) /mywp/$1$2 last;
rewrite ^/mywp/(.*).php$ /mywp/nothing_404_404 last;then add each of these redirect rules in your wpengine.
For example, for the first rule above, add following into wpengine:
Source: ^/mywp/template/lib/(.*)
Destination: /mywp/wp-includes/$1 lastClick ‘add another’ to add all the rules, and save them
Suman M.Post count: 12478Hi, just below the text area, there’s “Set as private reply” checkbox.
December 18, 2014 at 4:49 am in reply to: Setting Don't stick when you look at the sites Source Code #1571Suman M.Post count: 12478Hi, what’s your site URL? And how you see that your site is using WP? Any tools you are using for this?
Suman M.Post count: 12478Hi, to access admin panel – http://zolshops.co.il/wp-login.php
More info here – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/14731
Suman M.Post count: 12478Hi, I activated HMWP plugin and applied “Medium privacy – more compatibility” scheme. The Next button in the form here (http://www.10gea.org/network/vpls-network-design-pricing-virtual-private-lan-service/) is working fine.
I have added following in “Replace in HTML” in HMWP settings so as to point to cdn.
http://www.10gea.org/skin/=cdn.10gea.org/skin/
http://www.10gea.org/skin_main/=cdn.10gea.org/skin_main/
http://www.10gea.org/file/=cdn.10gea.org/file/
http://www.10gea.org/other/=cdn.10gea.org/other/
http://www.10gea.org/ext/=cdn.10gea.org/ext/Suman M.Post count: 12478Yes, you can hide those WP footprints. Please follow this FAQ – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/20827
Suman M.Post count: 12478Still locked out!!
Suman M.Post count: 12478Hi, we’ll need to look into your website to know what’s causing the issue. Can you please let us know your website backend details as private message.
Suman M.Post count: 12478Hi, can you please let us know your site’s backend details (as private message) so that we can have a look at this issue.
Suman M.Post count: 12478I’m getting ‘temporary locked out’ page after login!
Suman M.Post count: 12478Hi, seems like HMWP is now deactivated in your site. I would need your site’s backend details to solve the issue.
Suman M.Post count: 12478Hi, I have made the necessary changes to your site’s htaccess file, and your site is working fine now.
Suman M.Post count: 12478Hi, I hope you have gone through the FAQ – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/17669
Please follow the steps one by one as described there. If you are still having the issue, do let us know your site details (as private message) so that we can have a look at it. -
AuthorPosts