my .htaccess looks like this :
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
the 404 page does not look like my main site, there is amain Title: “Ever feel like you are in the wrong place ? ” an image of a party, a guy in red t-shirt caribian style in the middle and all the rest of the people in black.
below there are 2 columns of text :
If you’re the site owner, one of two things happened:
1) You entered an incorrect URL into your browser’s address bar, or
2) You haven’t uploaded content.
——–
If you’re a visitor and not sure what happened:
1) You entered or copied the URL incorrectly or
2) The link you used to get here is faulty.
(It’s an excellent idea to let the link owner know.)
I believe the htaccess is ok since it is what was indicated in the WP window shown when given the instruction to backup the wp-config.php and .htaccess file.
It is the same info found in different manuals:
https://premium.wpmudev.org/manuals/wpmu-manual-2/creating-a-network-to-enable-wordpress-multisite/
https://todaymade.com/blog/wordpress-multisite/