Good day,
Using the recommended ‘Medium Privacy’ settings, the theme folder change breaks the css.
Also, changing the wp-content/uploads/ folder breaks the image links whereas nothing shows.
I’ve also reset the settings and tried them individually. As I have a managed wordpress host, I’ve submitted some rewrite rules already, which have been put in place.
# BEGIN Hide My WP
rewrite ^/lib/(.*) /wp-includes/$1 last;
rewrite ^/file/(.*) /wp-content/uploads/$1 last;
rewrite ^/modules/(.*) /wp-content/plugins/$1 last;
rewrite ^/skin/(.*) /wp-content/themes/bdadirectory/$1 last;
rewrite ^/user_submit /wp-comments-post.php last;
rewrite ^/ajax /wp-admin/admin-ajax.php last;
# END Hide My WP