Good morning,
I use HMWP with a wp-multisite and I use ftp to modify .htaccess
The config without modifying “permalink & URL” is ok :
# BEGIN Hide My WP
RewriteRule ^(readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$) /nothing_404_404?uZpn_hide=9999 [QSA,L]
RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?uZpn_hide=9999 [QSA,L]
# END Hide My WP
When I add New theme path in permalink & URL tab with “ntp”, site is broken :
# BEGIN Hide My WP
RewriteRule ^ntp/(.*) /wp-content/themes/$1?uZpn_hide=9999 [QSA,L]
RewriteRule ^(readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$) /nothing_404_404?uZpn_hide=9999 [QSA,L]
RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?uZpn_hide=9999 [QSA,L]
# END Hide My WP
Do you see Why ?
Thank you