Allright, thank you for explaining.
That is indeed possible, but will require some custom code
That is indeed possible, but will require some custom code
- Write a HttpModule that listens to all incoming requests
- Check if the request maps to a C1 page
- Check if the resolved page belongs to the site mapped to the hostname for the request
-
If not, set the HttpStatusCode to 404 and end the request