It should be possible to take a non-subdirectory site (e.g. site1.example.com), and rename it to become one (e.g. example.com/site1).
However, this doesn't actually work:
- Run a migrate task on the site.
- Change the site name by moving the domain prefix after a slash.
- Save the form.
The following validation error message presents itself:
To migrate a site you need to modify at least one of the following fields: Domain name, Platform or Database server
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | hosting-validate_subdir_url-3068259-2.patch | 1.63 KB | colan |
Comments
Comment #2
colanHere's a Hosting patch that unblocks the validation error, the migration seems to run fine, but then the site won't load, and then strange things start happening. The login link produces:
Comment #3
colan