I have a wordpress site ,but when I Press Ctrl+U I can see all the site information’s about my site(themes,wp-content,etc).
But I saw one site http://www.indiavisiontv.com/ . when I press Ctrl+U we get a source code page that doesn’t reveal so much things. How they do that.
Leave a Reply
You must be logged in to post a comment.
If you are new to php and mod_rewrite i suggest so you check with the section of my response. Or if you keen to try it yourself, you can use something like this to hide the wp-content/plugins path structure:
This will change the path to /modules . Apply something similar to other structure, you may need some advanced rewrites, see http://httpd.apache.org/docs/current/mod/mod_rewrite.html
If prefer something out of the box, there re few interesting plugins, some commercial, also free at WordPress repository, i suggest to try WP Hide & Security Enhancer. This include lot’s of things and help to change pretty much everything to make your WordPress unrecognizable. Here are some features of the code:
The website you have mentioned (indiavision) is using w3 total cache to minify the css and js hence you can’t see the typical source (I was still able to locate ‘wp-content’ in source though).
You can use Hide my wp to hide your wordpress instance completely.
It includes following abilities:
Reference: http://howtomakewebsite.ws/wordpress-plugins/how-to-hide-wordpress/731/