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]
- Change text on hover, then return to the previous text
- “Uncaught TypeError: a.indexOf is not a function” error when opening new foundation project
- how to display a div triggered by onclick event
- How to disable a network enabled plugin for just one site?
- Plugin for editing options on multisite?
- Set default avatar network-wide
- wp-activate.php causing white screen of death
- How can I reduce the amount of files loaded/included per plugin?
- Multisite: Develop locally using production images with .htaccess
- How to prevent hotlinking with htaccess in WordPress and why most common use about it doesn’t work?
- Multisite with entirely different domains?
- Testing Multisites with vagrant or Can I use multisite with only an IP address (without domain name)
- How To Modify New Sub Blog Immediately When Super Administrator Creates It?
- Can you set up a wordpress (multi-site) network to work across multiple hosting accounts?
- No Network/Super admin after enabling Network
- Possible to create a multisite network where the main site is non-WP?
- Override database config for WordPress multisite
- Multiple WP Sites Same Server – Share WP Base?
- Poor performance on multisite install
- Super admin access to a forgotten WP instance?
- Auto Redirect after login
- Iframe being removed only for some users when publishing a page
- Start with multi-site feature now or later?
- Adding new sites to Multisite won’t register in Dashboard
- ‘Cheatin’ uh?’ Error When Attempting to Upload Images After 3.4 Update
- Add menu items/actions for multisite users who are registered on the network but do not have a role or capability in any sites
- Blocks Rest API rest_cannot_delete
- htaccess file for multiple CMS’s (multisite wordpress + wolfcms) on same domain but different subdirectories
- Multisite with different domain names on different servers
- Redirect One Multisite to Another
- Some doubts related to Multi Installation → Media of one of the site can be used on the others?
- Redirect to localhost after installing Multisite on server
- single sign on for wordpress multi site
- Navigation menu not being assigned Theme Location
- Moving wp-admin folder to a different host in a multisite environment
- How do I remove the “http://” from network_site_url?
- What is the simplest way to disable multisite leaving one of the sites only?
- What does multi-site WordPress application mean?
- Add wordpress multi sites with different port number from 80
- Create website with a switch between private and business [closed]
- Can’t create a subdomain network – and WP is installed in webroot, not a folder
- Forward and mask a WordPress website
- Subdomain is not working
- How to automatically create an index of child sites at the root url for a multisite installation?
- Does switch_to_blog support array or other ways to show all posts on a network install?
- How to make subdomain and muti-site but wordpress isn’t in root?
- Add www to the Root Site in WP Multisite Network
- How to allow mixed case characters in multisite site name?
- Target a specific container to style on WordPress storefront theme
- How To Change the URL of a WordPress Multisite
- WordPress MU – Creating a site takes ages
- WordPress Multisite – Questions about select all posts from all network sites
- Multi site and media uploader
- Comment reporting for Multisite
- How to display the most popular posts of all the blogs in a mu setup? [duplicate]
- Subdomain add comment redirect to 404 not found page iis server
- Change a subsite Admin role of a WordPress Multisite after 24 hours registering