I use the same version of WordPress in three ways. All are the same.
However, if you log in from one site, only the left menu is displayed after switching pages.
The right page is not printed.
It is absurd that the situation has been used well.
Therefore, the plug-in has been removed and reinstalled, but it is the same.
I’m using “nginx”+wordpress5.0.3 +hide_my_wp-v5.6
There is no problem with the two sites. What should I do in this case?
——————————————————————————————
# BEGIN Hide My WP
rewrite ^/other/js/embed\.min\.js /wp-includes/js/wp-embed.min.js?TAPaC_hide_my_wp=1234 last;
rewrite ^/other/(.*) /wp-includes/$1?TAPaC_hide_my_wp=1234 last;
rewrite ^/file/(.*) /wp-content/uploads/$1?TAPaC_hide_my_wp=1234 last;
rewrite ^/ext/(.*) /wp-content/plugins/$1?TAPaC_hide_my_wp=1234 last;
rewrite ^/skin/main\.css /?style_wrapper=1&TAPaC_hide_my_wp=1234 last;
rewrite ^/skin/style\.css /nothing_404_404?TAPaC_hide_my_wp=1234 last;
rewrite ^/skin/(.*) /wp-content/themes/retrotube/$1?TAPaC_hide_my_wp=1234 last;
rewrite ^/ajax /wp-admin/admin-ajax.php?TAPaC_hide_my_wp=1234 last;
rewrite ^/inc/(.*) /wp-content/$1?TAPaC_hide_my_wp=1234 last;
rewrite ^/(readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$) /nothing_404_404?TAPaC_hide_my_wp=1234 last;
rewrite ^/(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?TAPaC_hide_my_wp=1234 last;
# END Hide My WP
-
This topic was modified 6 years, 5 months ago by
bose996633.
Attachments:
You must be
logged in to view attached files.