Skip to content

Issue with setup multisite network #339

@lefebvresam

Description

@lefebvresam

I tried to setup a domain based multisite network with separating the install files in a subfolder first.
After following the steps on the website I end with:

image

If I do exactly those steps I have 403 error when going to the main site.

When I insert (by trial and error) this line in .htaccess (now in comment #) the site is working, but the admin site is not longer working (404).

RewriteCond %{REQUEST_FILENAME} -d
#RewriteRule ^(/)?$ install/index.php [L] 
RewriteRule ^ - [L]

What is going wrong here?
What should be improved in the documentation?
What is the right config in this case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions