Forum Replies Created
-
AuthorPosts
-
June 26, 2014 at 3:02 pm in reply to: Still showing wp-includes, wp-theme, wp-content/plugins, in source. #784HassanPost count: 955
Just for other users this FAQ may help: http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/16224
In case of redirection no, it won’t be a problem. HMWP currently works with lots of such websites!
HassanPost count: 955Hello PurpleNinja,
1. For first issue try unchecking disable canonical URLs (General tab)
2. You enabled Author without base and at the same time use %postname% as slug! I don’t know how you did it because it was prohibited by the plugin! Anyway, to solve it just disable author base or add post_id or something else to post base!
3. You did it wrong. HMWP codes should be added right before:
RewriteCond %{REQUEST_FILENAME} -f [OR]
and not at the top of htaccess!
June 24, 2014 at 5:31 pm in reply to: Directory listing still visible + W3TC Info + Still visible on Wappalyzer #779HassanPost count: 955You do not need to remove it! It will be hide for non-logged in or untrusted users! Just logged out and check out source code!
HassanPost count: 955Oh one month delay! Sorry about it.
You shouldn’t delete htaccess but you should paste the code in the right place.
HassanPost count: 955– Read the FAQs!
– Follow Quick Fix Guide (disable avoid access to php files)HassanPost count: 955Sorry for delay,
Try choosing Full Page as Replace Mode and it probably solve your problem.
HassanPost count: 955Sorry for delay,
When you hit save button a message will be appear and you should click on OK. If you do not see that message make sure Javascript is enabled in your browser.
June 23, 2014 at 12:35 pm in reply to: Directory listing still visible + W3TC Info + Still visible on Wappalyzer #769HassanPost count: 955Sorry for delay,
Answer 1: Just add following code to Replace URLs
wp-content/themes/Sofhiathemes/plugins==nothing_404_404Answer 2: Do not do it! Images are used in front-end. If you do it all images on your site wont be displayed correctly.
Answer 3: You do not to do it! Read our FAQ about W3TC. All of debug info will be hided for untrusted users by default. Just log out and take a look!
Answer 4:Just add following line to Replace in HTML:
widget_ThemeName_hotpostnews=widget_hotpostnews
Stick in your mind that if this class used by your theme to justify its appearance you also need to open your stylesheet files and replace all ‘widget_ThemeName_hotpostnews’ with ‘widget_hotpostnews’Answer 5:Just add following line to Replace in HTML:
<link rel[equal]”pingback” href[equal]”http://www.domain.com/xmlrpc.php”/>=
(= without anything means replace it with nothing i.e. remove it)Answer 6: Yes, 655 permission is secure. Even 777 permission is secure for most of current servers. You do not need to do any additional work.
Answer 7: If you enable disable directory listing this will be done (only v3.0+)
Answer 8: Read this FAQ: http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/18294
HassanPost count: 955Read the FAQs first!
HassanPost count: 955Sorry for delay, I were at a trip.
Is everything OK?
Yes, HMWP automatically rewrite htaccess after each change in plugins, theme or so on. If you want to customize your htacess just check customized htaccess option in general tab.
If you enable customized htaccess, setup multi-site or use Nginx web server you need to configure htaccess after each change in your plugins manually.
HassanPost count: 955It’s working!
Just make sure you enter rules correctly. They are case-sensitive and should have space at the first and end of keywords.
Also note that Replace in HTML needs one equal sign and Replace URLs needs double (==)
HassanPost count: 955The solution is already in FAQ:
http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/16224HassanPost count: 955WPMU uses another rule for uploaded filee. Unfortunately it is not possible to change it. It’s also not possible to use two different rules at the same time.
However, you probably can use file/image as new upload path. The result will be:
http://domaine.com/file/images/sites/2/2014/03/fond_slider3.jpg
HassanPost count: 955Sorry for delay, I was in a trip.
That’s because you don’t enable permalink in WP. Go to WP settings menu and choose a pretty URL scheme.
If you already enabled it. It probably caused by an incompatible permalink-related plugin. Disable it and try again.
May 25, 2014 at 8:07 am in reply to: My whole wp site shows! WP-content, WP-includes, plugin etc. #748HassanPost count: 955Do you use any cache plugin? Could you disable other plugins and see whether it works or not?
-
AuthorPosts