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]
- Angular: conditional class with *ngClass
- Uncaught TypeError: Cannot read property ‘top’ of undefined
- How to use aria-expanded=”true” to change a css property
- Specific upload folder for PDFs in custom Post type in WP multisite
- How can I un-reserve a pending username registration?
- WordPress Multisite: Adding actions to only one site
- wordpress multisite, how to keep user on subdomain throughout registration process?
- On WP Multi sites how many sites…!
- How do I share plugin settings across WordPress network?
- How would I use pre_get_posts to query another site for posts in my multisite network?
- How to set up WordPress Multisite on multiple domains without plugin?
- Multiple domain names under one WordPress Installation
- Multisite wordpress and subdomain URL collisions
- What are the options for running custom css and javascript files on a page?
- Get source from the_post_thumbnail
- Subsites in Multisite installation throwing 404 error on wp-admin in IIS 7
- How do I maintain static directories on multisite subdomains?
- Woocommerce and different checkout field for different countries
- Why is multisite rest API keep giving me results for root site only?
- How to stay logged in on a multisite with different domains?
- Custom Post types and Custom fields in Multisite
- Prevent images on self-hosted WordPress from being served from WordPress.com
- Use another author.php if different multisite subsite?
- Subsite with different template, and content
- Changing path for media upload folder in wordpress multisite
- Making 2 WordPress sites mutually searchable and more
- Unable to apply theme to WordPress Network Site install
- Use WordPress MultiSite (WPMS) with a remote database for each created site
- Viewing / Editing A Multisite website after domain has expired
- Redirect old uploads after moving to multisite
- Bulk Move Users from one site to another within a network ( Multisite )
- Multisite – getting a 404 for additional site created using subdomain install
- get_last_updated() not working – multisite loop
- Programmatically creating site in a network
- Migrate single site to Multisites with plugins, cPanel and already working subdomains
- Multisite Redirect for Home Page Only
- 404 not working on main site on multisite
- Is it possible to create /sub/sub domain based multiste?
- add_blog_option blog ID
- Cannot see dropdown shortcut to site dashboard in WordPress network why?
- How can I install WordPress as blog provider , stable?
- List all sites created in network and get the language used for each site
- Multisite Dashboard Always Redirects to Main Dashboard
- Moving from a non WordPress site to a WordPress Site – Login between both sites
- WordPress Multisite: Login to all subsites at once
- How to mapping a WordPress MultiSite Network Subdirectories to new domain with all subsites
- Get the latest 3 posts across the network
- Best use adding user generated JS/CSS to a theme with a plugin
- Synchronize wordpress site between two different servers
- Configuring Multisite with subdomains
- How do I remove ‘www.’ from all internal links in self-hosted multisite?
- How do I make a copy of WordPress to other folder
- MU Domain mapping
- Avoid landing page redirects issue in wordpress multisite
- Interactive maps in wordpress
- Can i use the same content in two websites? one is the main website and one is directory website
- WordPress Multisite