I want to create a new page at say ...

http://www.example.com/catalog/index...=info_sendgift

where "info_sendgift" is my new page that is similar to the existing "info_shopping_cart"

So I created new folder "info_sendgift" in the "template_default" folder as well as in my override template folder. Inside these folder I have the "tpl_main_page.php" file.

But when I try it, the system is giving me the "page not found" page instead -- almost as if the system is not aware of my new page.

What step am I missing to create a new page analogous to the "info_shipping_cart" page?