readme.txt 1.2 KB

1234567891011121314151617181920212223242526272829
  1. --------------------
  2. GatewayManager
  3. --------------------
  4. Author: Bert Oost at OostDesign.nl <bert@oostdesign.nl>
  5. With the GatewayManager you're able to make your domains available
  6. for certain context inside your MODX installation. You even can
  7. link a resource as new startpage and the GatewayManager provides a
  8. placeholder with the original URL (useful for canonical tags)
  9. Example useage
  10. --------------------
  11. The GatewayManager for MODX Revolution is configured to be running
  12. automatically. When installing it trough the Package Manager you
  13. don't need to do anything except setting up the domains. The
  14. GatewayManager will be available below the Components menu item.
  15. If you wanna use the canonical tag, you can use this tag to create
  16. it completely automatic.
  17. [[!+gateway.canonical:notempty=`<link rel="canonical" href="[[+gateway.canonical]]" />`]]
  18. Notice: to handle multiple domains your domains should point all to
  19. the same directory (of where MODX is installed). This is generally
  20. done with DNS but within your hosting this could be different. When
  21. you're unsure contact your hosting about it. When the domains not
  22. all pointing to the same directory the GatewayManager will not work.