The problem was in the .htaccess file the installation script generated. Specificaly, those two lines:
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) home/itaymoav/dev/lmspages/$2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ home/itaymoav/dev/lmspages/$2 [L]
The path in there is the actual path to the files. While it had to be the relative path from root dir of the worpress installation. Or, to put it simply:
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
Funny
Related Posts:
- How do I add JavaScript that will execute on all my sites in Multisite?
- Redirect to another page using contact form 7? [closed]
- How to migrate subsite from dev multisite to production multisite
- Add additional Network constants to wp-config.php dynamically
- Customizing wp-activate.php
- Multiple Domains and Subdomains Using Multisite Installation
- Child Theme CSS Not Overriding Parent Theme In MultiSite Site
- Subfolder multisite issue. Themes and plugin files 404
- How to prevent first post and first comment on WP MU?
- Multiple Multisite networks on the same domain?
- Issue converting single site to multi-site – blogs.dir folder not created
- Subdomain and subdirectories together in one installation
- WordPress Installation for multi-domains with nginx and php-fpm
- Creating Admin Options Page where users can make changes to a theme
- Change multi-site installation from sub-domains to sub-directories
- Multi-site vs seperate installs for just 3 blogs?
- Installing WP twice in same Directory?
- Multisite install – Create each domain with its own directory
- Can you manage multiple domain names from a single WordPress multisite network?
- Multisite Installation is all the same site
- 2 website 1 database… Local to online
- how to migrate wpmu from one host to the other?
- Multisite installation on an existing single installation
- Multisite domain mapping breaks CSS
- muliple wordpress multisite installs on the same sever
- Create a CSS file in plugin folder when theme is activated
- How to organize my js files
- What is the best method of installing WP on multiple add-on domains?
- Is it possible to install WordPress MU on a subdomain?
- How to sort posts by active category in WordPress?
- Custom css – WordPress Multisite
- How to map domains to specific pages in WordPress and display them in the address bar?
- Use a single WP installation instead of three
- Multi-site Installation in WordPress | Security & Future Migrations
- Site w/ Addon Domain doesn’t show CSS
- Installed in root, want second in subdirectory
- Should I use individual WordPress installs or WordPress-Mutisite install?
- wordpress multisite not installing
- Default sub-pages on WordPress Multisite
- WordPress multidomains and subfolders
- Setting up wordpress on a hosting server for the first time
- Should I go for Multisite or separate WP Installation?
- Is it possible to install a different wordpress installation in a subdirectory? [duplicate]
- Individual WordPress sites for students in a program–multisite or individual installs?
- How to resolve Multisite Speed issues
- “Plate” theme broken after update
- Run WordPress multisite from secondary volume on AWS EC2
- Particle.js not loading in WordPress Gutenberg
- 404 error in dashboard of subdomain of multisite
- Multisite admin panel not working after the update
- Multisite Primary Domain Broken All Subsites Work
- WordPress Multisite – How to backup only 1 child website database (not everything)?
- How to tweak page links in WordPress Multisite
- This code works, but breaks the media uploader. How do I integrate it in a way that won’t?
- Single installation with sub-domains for admin and separate domains for sites
- Multisite Conversion White Screen Error
- List all sites in multisite
- FromName –> ReplyTo Name wordpress multisite contact form
- How can I only show one responsive menu on mobile devices?
- Active Navigation Class Based on URL on icon
- Using WordPress multisite is there a way to force HTTPS on specific subsites and not others?
- wordpress multisite is broken in nginx but working in apache
- WordPress multisite broken after network update?
- Mixing a custom php index page with multi-site installation
- WordPress Multisite Medial Library not working for .online domain
- How to set an option for all sites in my Multisite network?
- Does the ‘init’ hook works for all sites in multisite?
- WordPress Network / Multisite login to one site allow access to all
- WordPress Multisites
- Help with image directory issues on wordpress multisite
- I’m getting a 404 NOT_FOUND CODE: ‘DEPLOYMENT NOT FOUND on wordpress multisite installation on my sub domain
- Multisite Login Access Restrictions
- Too much slow queries with my multisite
- Make multisite non-existing subdomains go to homepage instead of Index of/ page
- WPMU and Chrimes Family Link app
- Development time to Install and Configure WPML (https://wpml.org/) [closed]
- The wpmu_blogs_columns filter is not working
- Redirect to Multisite site 2 if site 1 has a setting
- Multisite subsite expiration
- Map WP Multisite blog.example.com to anotherdomain.com/blog?
- Iterating over every multisite / theme and list the pages
- Multisite with Static home page mixed with separate domain name
- WordPress MU: Cookie error when trying to login on network WP instance
- get_category_link() or get_tag_link() return wrong category/tag base in wordpress multisite
- Multisite subdomain site on secondary domain
- Multisite subdomain microsite on secondary domain
- WordPress Multisite Network – Site Administrators Can’t Access wp-admin
- wordpress multisite with already existing subdomain
- Why the sites dropdown in multi-site installation is different from the list of sites when seen full page?
- Modal pop-up HTML code works on other sites or HTML viewers but not in the custom HTML block within a wordpress page?
- Change a subsite Admin role of a WordPress Multisite after 24 hours registering
- Have two domains point to the same content on a wordpress multisite
- WPML is blocking WP core update
- How to remove pop up on website (css changes not visible)?
- Multisite: Redirect a deleted site – Best practice?
- Multisite, but wp_kses_allowed_html only for one subsite?
- how to add contact form 7 shortcode in javascript variable
- What could be changing my WP password and blocking plugins from installing?
- different image for mobile template block theme
- Wp-admin wrongly redirecting on multisite