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

Reply via email to