[quote]how can I prevent Magnolia from adding the /home to the url?[/quote]

Hi rldw,

This is typically done with a URI mapping in the site definition. Open the Site 
app and define a mapping that looks something like this:

[code]
my-site
  - mappings
    - website
      URIPrefix=/
      handlePrefix=/home
      repository=website
[/code]

You may already have such a mapping. Make sure it is published to the public 
instances.

Docs that may help:
https://documentation.magnolia-cms.com/display/DOCS/URI+mapping#URImapping-URItorepositorymapping
https://documentation.magnolia-cms.com/display/DOCS/Site+definition
https://documentation.magnolia-cms.com/display/DOCS/Site+app

--Antti

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=d059b4b3-ca1e-41d0-bd7b-fa4aba883738


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to