I've been working on a few web templates lately, this being my first experience with them. I have created custom pages that are each deployed by their own module. They appear and function with all their web parts when my web template is deployed. However I have not been able to figure out how to get these pages to live in a designated folder.
My module's elements file contains the following code:
<Module Name="Home Page"
Path="Home Page"
Url="">
<File Url="default.aspx"
Path="default.aspx" />
When I view my site in SP Designer I find all of my pages at the bottom of "All Files." How can I get them to provision into "Site Pages?"
I do have a "Site Pages" folder, it is created by the wiki-home page feature. Currently on deployment this folder is empty.
Thanks
- Daniel