|
|
|
|
|
by didgeoridoo
3215 days ago
|
|
I'm curious what efforts you've made to "hide" WordPress. Can you share any of your techniques? I assume it's stuff like: - Rename paths to eliminate "wp-" prefixes and recognizable folder structure (wp-content, wp-include, etc) - Remove or rename any common plugins that inject recognizable WP-specific code into the page - Rewrite requests to bare paths instead of e.g. index.php I assume you'd also try to do as much handling as possible at the Apache/NGINX layer instead of letting requests hit the WP application. Seems like a HUGE amount of effort, and I'm probably not even getting everything. Is there a more efficient way of securing/locking-down a WP site? |
|