On 12/10/2009 01:53 PM, AlonsoIR wrote:
>
> please, nobody could help me?
>
>
>
>
> AlonsoIR wrote:
>>
>> hi, im totally newbee, i almost have finished a page and a i need to know
>> how to set as main page. If i click on logo i need that page loaded, if i
>> enter the url www.mywiki.com, that page must be loaded.
>>
>>
>> how do i do that?

Three options:

- write the content in that current main page instead
- include the target page in the main page using
{{include document="Yout.Document" context="new"/}}
- use a redirect from the main page to your page, by putting this in it:

{{velocity}} $response.sendRedirect($xwiki.getURL('Your.Document')) 
{{/velocity}}

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to