I had the axact same problem.
My solution: edited/etc/apache2/sites-enabled/000-default.conf. It needs to look like:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
<Directory />
Options FollowSymLinks
AllowOverride all
</Directory>
<Directory /var/www/>
Options FollowSymLinks
AllowOverride all
Order allow,deny
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
It works!
Related Posts:
- Site Redirecting to wp-signup.php
- Moving a WP Multisite to a subdirectory
- WP-Admin not working properly at WordPress multisite with subdirectories
- WordPress multisite subdirectory redirect infinite loop issue
- Suppress subdirectory from WordPress Multisite primary URL
- How to disable the default WordPress redirect to non-www URLs?
- Issue with htaccess redirection in WP Multisite
- Multisite on localhost using xampp
- Error uploading files bigger than 58 MB
- Multisite – 404 when accessing sub-sites
- Some PDF files get Forbidden Access and other open normally on the same directory subsites
- Multisite Create Site not working
- MULTISITE SUB-DOMAIN JUST SHOWS INDEX OF -> CGI-BIN INSTEAD OF SHOWING SITE
- Multisite Sub domains not working
- Update WP install to WP network & it broke the DB connection
- 404 not working on main site on multisite
- multisite 404 subfolder same name slug as site
- Getting file errors in a WordPress Multisite ADMIN
- No input file specified after enabling multi site
- Multisite subdirectory blogs missing slash
- I’m getting a 404 NOT_FOUND CODE: ‘DEPLOYMENT NOT FOUND on wordpress multisite installation on my sub domain
- How to individually set WP_DEBUG on a sub-directory multisite?
- WP-CLI methods for get_current_blog_id, get_blog_details or $wpdb->prefix
- COOKIE_DOMAIN setting confusion
- domain mapping confused about sunrise
- Is there a way to define wp_blogs domains in wp-config?
- Multisite Subdomains result in 403 Forbidden
- Multisite: Develop locally using production images with .htaccess
- multisite htaccess 301 redirects
- How to prevent hotlinking with htaccess in WordPress and why most common use about it doesn’t work?
- Multisite with path, how to change the main site
- W3 Total Cache Plugin with WP 3 MultiUser [closed]
- Nginx rules for subdomain multisite install (Bedrock)
- Protect Uploads in Multisite
- Fix 403 error on WordPress multisite network using subdomains
- 500 error when using virtual host
- How to move theme directory but not plugins/uploads out of WordPress root directory?
- WordPress Multisite Login Access
- WordPress multisite htaccess
- Multisite without .htaccess
- .htaccess 301 vs. 302 Enforcing HTTPS
- Multisite installation on IIS gives 404 trying to access the admin dashboard
- Images uploading to wrong directory after changing to multisite
- Sub-subdomain getting redirected to main domain
- How to properly force https and www on multisite with Apache HTAccess
- wordpress htaccess is hijacking my .mp4 files
- Preview posts returns 404
- How to exclude a directory from WordPress permalinks in a Multisite environment?
- WordPress mutisite migration
- Multisite, can’t see sub blogs
- Multisite Network menu links not updating
- Multisite new sites not found(404), main site still works [closed]
- Error 404 on Network Admin and others
- Redirect subdomain in Multisite installation?
- Multisite installation not in root – how to make live?
- Redirect only posts to New Domain
- wp-config dynamic hostname in WP_HOME and WP_SITEURL
- add_rewrite_rule on multisite doesn’t work
- Can’t view network plugins.php or upgrade-core.php on multisite
- WordPress Multisite’s in subdirectory not redirecting to dashboard settings
- .htaccess rules for blocking bots with an extra condition
- Use external database with local multisite
- What happens if I use .htaccess of network multisite on a single site installation?
- Wrong filepaths and admin page infinite reload after migrating to aws bitnami
- URL redirect/rewrite rule wordpress multisite
- WordPress multisite .htaccess causes 500 error on old *.php URLs
- ERR_TOO_MANY_REDIRECTS when i config my subdomains
- Multisite Redirection to new domains
- Run additional service on domain with WordPress Multisite?
- Will changing the folder name two directories above a fresh wordpress installation break the site?
- WordPress: how to change URL for individual MultiSites?
- How to host unrelated pages on WordPress domain
- Multisite sub-directories IIS 7.5 change media/uploads location
- Canonical Resource URLs Across a Multisite Network 2012?
- 404 redirecting to home [closed]
- Redirect to another page using contact form 7? [closed]
- Missing images after moving servers
- 404 on page 2 multisite
- Multisite Subdirectory Site Dashboard redirect loop
- If statement in wp-config.php, is it possible?
- How do I correctly configure my AMPPS localhost to use subdomains for multisite?
- Multisite 404 page
- Working with Reverse Proxies and Multisite Installation
- Problem with new Multisite Installation
- How to fix redirection of Post/Page of wordpress inside the wordpress?
- How to make the redirects right? IP to domain name folders
- Domain not redirected correctly with WordPress Multisite
- Can I add a rewrite rule in htaccess to remove the multisite subdirectory from the URL?
- How to convert multisite subdomain from http to https
- Multisite issue
- using htaccess to check for cookie on permalink then conditionall rewrite with query parameter
- Can’t access 2nd site (sub) dashboard of WordPress Multisite
- Nginx rules for subdomain multisite install (Bedrock)
- Multisite /files/ URLs broken after server move
- Moved my site to new host now getting 404
- How do I enable Multisite on WP 3.7.1?
- How to set up wp multisite?
- Redirect WordPress MS to no-www version, excepting some dirs and prefixes
- Cookies in Multisite network where sites have their own domain name?
- 404 error in dashboard of subdomain of multisite