Redirection is not working in Dispatcher Environment
In the dispatcher environment, when I open any page, it redirects to only one static page. For example:
http://test.domain/content/sample/page.html - works correctly.
However, the URL, http://test.domain/page.html - does not work.
It seems like the /content/sample/ part of the URL is not being hidden correctly in the background. If I use the full path starting with /content, it works fine, but the shortened path does not.
How can I resolve this issue?