I installed a site Locally - Multisite (PHP 7.3.5 - Apache - MYSQL 8.0.16) but when if I try to navigate to a URL different from the home doesn’t work and I have:
404 - Not Found The requested URL was not found on this server.
I only can navigate to the home page, and the admin dashboard.
Tried three times with different sites, can anyone help me??
Can you confirm if your Network Setup settings are complete?
You can access this information by going to Network Admin > Settings > Network Setup.
I believe Local already fills out the required wp-config.php information which you can verify is accurate… but you will need to create an .htaccess file with the corresponding information if not already done.
Once you complete this you should have no issues access the additional subdomain/subdirectories.
Thank you, I created a .htaccess on the root of the site and pasted the codes needed to make a multisite, subfolder installation and now it is working fine.
Thank you again,