Title: vvvoid's Replies | WordPress.org

---

# vvvoid

  [  ](https://wordpress.org/support/users/vvvoid/)

 *   [Profile](https://wordpress.org/support/users/vvvoid/)
 *   [Topics Started](https://wordpress.org/support/users/vvvoid/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vvvoid/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vvvoid/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vvvoid/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vvvoid/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vvvoid/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Identical permalinks across domains](https://wordpress.org/support/topic/identical-permalinks-across-domains/)
 *  Thread Starter [vvvoid](https://wordpress.org/support/users/vvvoid/)
 * (@vvvoid)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/identical-permalinks-across-domains/#post-1487418)
 * Thanks for the reply.
    I managed to put together a working proof of concept (
   in regular WP) using a combination of the domain-theme plugin, a tree-based page
   structure (as mentioned above) and some custom code.
 * In essence it’s bypassing WP’s automatic request mapping and Loop, instead using
   some custom WP_Query objects and including the theme files directly (WP_USE_THEMES
   === false).
 * Not sure how robust it is, but I only had to make two simple core hacks, and 
   it’s acting okay so far..
 * Regarding removing the core hacks, is there a hook that will run after all functions
   are available, but before any request processing?
    My hack was to comment out
   a bunch of method calls in $wp->main() but that’s ugly..
 * sk

Viewing 1 replies (of 1 total)