-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
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:
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
