I am looking for a solution to a nagging problem on my first wicket site, www.luckeffect.com.
The problem is that page parameters are not bookmarkable on the page that is specified as the application home page. For an example, the breadcrumb link Home > 'Page 1' on http://www.luckeffect.com/ is unintentionally obfuscated through the crypted url coding strategy because the parameters on the home page are standard query parameters. However, on any other page, they are bookmarked correctly, for example, the exact same link on the unlucky page http://www.luckeffect.com/unlucky works as intended. One idea was to change my application home page to a class that simply redirects to a new StoriesPage, mapped to /stories. This fixes the page parameter problem, but I really don't like adding a redirect to the home page for seo reasons. To circumvent this, is it possible to use apache's mod rewrite to change www.luckeffect.com/ to www.luckeffect.com/stories behind the scenes? Are there any known problems with using apache mod rewrite with wicket? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
