Technical support This forum is closed.
Version 1.x > Technical support > Problem with homepage and default page View modes: 
User avatar
Member
Member
parthkashyap - 8/31/2006 9:08:04 AM
   
Problem with homepage and default page
Hi,

I have been trying to create a new site from scratch.
I created a new template called home page with template file name as default.aspx.

In the default.aspx page, i have a header control, a CMS tab control and a couple of editable regions.

Now when i go to the content tab in CMS desk, on the root node i can not see the editable regions created above.
I can see the henader control and the CMS Tab control. but the Editable region content is not displayed.

But when i click on the Home page content i can clearly see all the controls and edit them.

When i go the the main site the link http://localhost/KenticCMS displays only the header and tab control but not the editibale region contents. But once i click on the home page link and go to the page http://localhost/KenticoCMS/Home page.aspx everthing is displayed correctly.

Please help me find a solution to this.

Regards
Parth

User avatar
Guest
admin - 8/31/2006 7:10:05 PM
   
Re: Problem with homepage and default page
Hello,

Thank you for your message. You need to set the CMSDefaultAliasPath parameter in your web.config to "/Home page" (to the alias path of your home page) so that the system know which page should be used for the home page.

Best Regards,

User avatar
Member
Member
parthkashyap - 9/1/2006 7:33:30 AM
   
Re: Problem with homepage and default page
Great it works fine.