Don't mount your homepage - Wicket automatically responds with your
Application.getHomePage() class at "/".

On Wed, Dec 24, 2008 at 8:37 PM, SunBasic <sunqunf...@sina.com> wrote:

>
> I use version is wicket1.3.3
>
> I mount Homepage is "/home"
>
> mountBookmarkablePage("/home", Home.class);
>
> now if I view http://www.abc.com , URL path will be automatic changed
> http://www.abc.com/home.
>
> but I don't allow it ,because I use apache rewrite , if url is
> htt://www.abc.com/username, redirect to http://username.abc.com , but url
> will be changed http://username.abc.com/home .
>
> I want to delete "/home" in url ,please help me !!
>
> thanks !
> --
> View this message in context:
> http://www.nabble.com/about-homepage-in-url-path-tp21156988p21156988.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Jeremy Thomerson
http://www.wickettraining.com

Reply via email to