-
Notifications
You must be signed in to change notification settings - Fork 1.7k
MAGECLOUD-3520 update screenshot, php lines, markdown #5123
Conversation
Going to send this for another technical review.
From: | ||
|
||
```php?start_inline=1 | ||
return strpos(str_replace('---', '.', $_SERVER['HTTP_HOST']), $host) === 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we need to change it in the file itself. Do not see reasons to keep example with ---
.
Will create ticket.
Yay! Major technical updates completed! @meker12 You are welcome to review again, if you like. Otherwise, this is ready to go! |
running tests |
|
||
### Configure locations for shared domains {#locations} | ||
|
||
Where the routes configuration defines how the URLs are processed, the `web` property in the `.magento.app.yaml` file defines how your application is exposed to the web. Web _locations_ allows more granularity for incoming requests. For example, if your domain is `store.com`, you can use `/first` (default site) and `/second` for requests to two different stores that share the same domain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where the routes configuration defines how the URLs are processed, the `web` property in the `.magento.app.yaml` file defines how your application is exposed to the web. Web _locations_ allows more granularity for incoming requests. For example, if your domain is `store.com`, you can use `/first` (default site) and `/second` for requests to two different stores that share the same domain. | |
Where the routes configuration defines how the URLs are processed, the `web` property in the `.magento.app.yaml` file defines how your application is exposed to the web. Web _locations_ allow more granularity for incoming requests. For example, if your domain is `store.com`, you can use `/first` (default site) and `/second` for requests to two different stores that share the same domain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw this after the test run, but yes, this is tricky. Locations is a web property category. The brain can get confused here. I'd like to find a way to get rid of Allow. I don't like using that word, in fact. Maybe provides.... ugh, staring too long...
Hi @hguthrie, thank you for your contribution! |
This PR updates the inaccuracies related to multi-sites outlined in the MAGECLOUD-3520:
whatsnew
Updated the Set up multiple website or stores topic in the Cloud guide. Now, this topic differentiates between sites with a shared domain and sites with unique domains.