I noticed a problem with ez-pages when configured to use an internal URL. When the ez-page link is generated within the header or footer, the link is correct and shows the internal URL.

However, if you access the ez-page directly via URL, is shows the ez-page with empty HTML content (because it is empty) and does not redirect to the internal URL.

example:
Code:
www.domain.com/index.php?main_page=page&id=10
What do you think?