Tip: don't use domain.com if you mean a dummy domain. That's an actual private domain. Use the actual RFC-prescribed domain example.com or any <tld>.example, like rojas.example. These are guaranteed to never be owned by private entities and so are safe to use in documentation. Now, to your question. The reason nonexistent pages are directed to your website root is not because that's the Homepage, it's because you have it as the Fallback Page. And no, you can't have a page on your site as the Fallback. This makes sense when you consider that Marketo doesn't continually keep track of whether the Fallback Page is actually reachable. If it became unreachable, you'd have an infinite loop. That's bad. What you should do is have the Fallback Page be identifiable on your website, as in this screenshot: Then, if you so choose, you can have your web admin (the admin of www.example.com) redirect every request with from=mkto-fallback in the query string back to a specific page like pages.example.com/index. It's an extra redirect but would get what you want.
... View more