Multisite broken website after WordPress update
-
Hi guys,
few months ago I worked on this website https://mytuscanwood.it/ to develop the English version. Everything went great during the installation of WP Multisite and both versions (italian and english) were working fine.
Now the english version is completely broken: https://mytuscanwood.it/en/ .
I think it may related to WordPress automatic updates. Disabling all the plugins didn’t solve the problem.
My .htaccess is
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ wp/$1 [L] RewriteRule . index.php [L] # END WordPress
Could somebody points me in the right direction?
Thanks a lot,
Simone
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Multisite broken website after WordPress update’ is closed to new replies.