-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Resource Router and MSM #36
Comments
Any answers on this? We are attempting to use it with EE3 and need to find out if it will work for us. |
There's no specific integration with MSM, but I think it should be possible. You can check for site ID in your route callbacks:
|
You can also use a case statement that does a check on the domain name allowing you to prevent the code from being executed by another site in your MSM install. |
@roberthallatt could you provide an example of how to do this? |
@ashleymarchant It would look something like this:
|
Does Resource Router work with MSM, and could you provide some examples/suggestions of how to use it with MSM?
Thanks
The text was updated successfully, but these errors were encountered: