Beskrivning
With this plugin You can hide all WordPress elements. Even for human it will be hard to recognize that You site using WordPress.
Major features
- hide (change URLs) all sensitive WordPress elements, like:
- wp-admin
- wp-login.php
- wp-includes
- plugins
- themes
- wp-content
- media
- make internal links relative
Example site with Hide WP plugin
Varning
This plugin may harm your site if your site uses plugins or theme which uses wordpress functions in not proper way.
In example: function site_url.
The right way: $url = site_url( ’/secrets/’ );
The wrong way: $url = site_url() . ’/secrets/’;
If your site is broken after this plugin activation go to FAQ for instructions.
Skärmdumpar
Installation
- Upload zip archive content to the
/wp-content/plugins/
directory - Activate the plugin through the ’Plugins’ menu in WordPress
- Go to Administration area and choose SuperSonic from menu.
- Configure plugin.
Vanliga frågor
- What to do when my site is broken?
-
- Delete hide-wp directory from wp-content/plugins.
- Ramove all content between ’# BEGIN Hide WP’ and ’# END Hide WP’ from .htaccess file.
Recensioner
Bidragsgivare och utvecklare
”Hide WP” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Hide WP” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.0.5
- Fixed notices
1.0.4
- Changed login handling
- Added default configuration for new installs
1.0.3
- Added W3 Total Cache support
- Added message about Pretty Permalinks are required
- Bug fixed in script and css sources
1.0.2
- Fixed bug in script and style sources (trailingslashit removed from src)
- Rewrite configuration after theme switching
1.0.1
- Added options for changing or hide generator meta tag
- Added option for disable X-Pingback HTTP header
1.0.0
- Initial version