Using below struts.xml setting, changing action extension from .action
to .html
was a success.
<constant name="struts.action.extension" value="html"/>
However, the old links from Google search results or other external links are still pointed to .action
url, it always redirect to no page found error when clicked.
Is there anyway I can redirect those .action
url to latest .html
links?