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
- WordPress Multisite Sub Domains Admin Panels 404 Error
- Add additional Network constants to wp-config.php dynamically
- Why is WordPress Multisite redirecting to wp-signup.php and how to fix it?
- Multisite htaccess on localhost with WP as an SVN external?
- 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
- WordPress Multisite – Multiple subfolders for blogs
- Multisite: Develop locally using production images with .htaccess
- Multisite 404 errors and non-www redirecting to home page
- 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
- Multisite wordpress and subdomain URL collisions
- Error 101 after upgrading WordPress
- W3 Total Cache Plugin with WP 3 MultiUser [closed]
- Nginx rules for subdomain multisite install (Bedrock)
- Protect Uploads in Multisite
- Basically the opposite MultiSite URL question that most people ask
- Domain redirect in WordPress 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
- Why wordpress multisite redirect to wp-signup if site exists?
- WordPress multisite htaccess
- Multisite without .htaccess
- Subfolder multisite issue. Themes and plugin files 404
- Subsites in Multisite installation throwing 404 error on wp-admin in IIS 7
- .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 do I configure nginx for wordpress multisite, it occurs ERR_TOO_MANY_REDIRECTS
- Members area with externally-managed htaccess / htpasswd authentication?
- 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
- Dissolve Multisite while making site #5 the main site?
- multisite custom directory
- Multisite, can’t see sub blogs
- Multisite Network menu links not updating
- Multisite new sites not found(404), main site still works [closed]
- Create rewriterules for different domains in htaccess file with WP multisite
- WordPress multisite in subdirectory, not root, and remove base folder from url
- Error 404 on Network Admin and others
- Redirect subdomain in Multisite installation?
- AWS WordPress Install – pages/posts 404 on restart until updating permalinks
- 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
- Multisite setup help – plain domain/subsite always redirects to domain with subdir multisite
- Add additional non-rewrite .htaccess directives on multisites via mod_rewrite_rules filter
- add_rewrite_rule on multisite doesn’t work
- Can’t view network plugins.php or upgrade-core.php on multisite
- Temp URL Redirect Loop
- WordPress Multisite’s in subdirectory not redirecting to dashboard settings
- .htaccess rules for blocking bots with an extra condition
- Wrong Redirect/Rewrite Rules?
- WordPress multisite on IIS – can’t open subpages
- Use external database with local multisite
- Htaccess file isn’t redirecting http sub-pages to https––they display 404 error instead, tried many solutions and none work
- What happens if I use .htaccess of network multisite on a single site installation?
- htaccess file for multiple CMS’s (multisite wordpress + wolfcms) on same domain but different subdirectories
- 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
- URL without www redirect directly with submission page – Multiwordpress install
- Multisite Redirection to new domains
- Multisite Subdirectory with same domain subdomain
- Run additional service on domain with WordPress Multisite?
- Redirect old uploads after moving to multisite
- Will changing the folder name two directories above a fresh wordpress installation break the site?