We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grav now supports Multisite at the subdomain or subdirectory level:
1. Subdomain
https://example.com --> /user/<main> https://subsite1.example.com --> /user/env/subsite1.example.com https://subsite2.example.com --> /user/env/subsite2.example.com
2. Subdirectory
https://example.com --> /user/<main> https://example.com/subsite1 --> /user/env/subsite1 https://example.com/subsite2 --> /user/env/subsite2
However, I would welcome the possibility of operating the environment on different domains (languages, countries, products, etc.):
3. Languages
https://example.com --> /user/<main> https://example.cz --> /user/env/example.cz https://example.fr --> /user/env/example.fr
4. Products
https://corporatesite.tld --> /user/<main> https://product1.tld --> /user/env/product1.tld https://product2.tld --> /user/env/product2.tld
Would it be possible to implement support since Grav v1.8?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Grav now supports Multisite at the subdomain or subdirectory level:
1. Subdomain
2. Subdirectory
However, I would welcome the possibility of operating the environment on different domains (languages, countries, products, etc.):
3. Languages
4. Products
Would it be possible to implement support since Grav v1.8?
The text was updated successfully, but these errors were encountered: