Portal Engine
Version 3.x > Portal Engine > Landing Pages View modes: 
User avatar
Member
Member
rodm-montcalm - 1/7/2009 4:53:21 PM
   
Landing Pages
I would like to have a landing page such as www.montcalm.edu/thinkcollege. I've tried friendly URLs which would do this for every page but it seemed to lose the pages. I'm not sure I want to do it for every page. Any other options?

Thanks
Rod

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 1/8/2009 7:34:11 AM
   
RE:Landing Pages
Hi,

My colleague has already sent you an answer in a ticket but I will repeat it here also for other visitors.

You need to make also some settings in IIS to use extension-less urls. You can find more details at http://www.kentico.com/docs/devguide/configuration_of_extension_les.htm. Anyway this would cause all urls not to have extension, so instead of that I would recommend creating directory named 'thinkcollege' in root of project folder (in filesystem) and into this directory put default.aspx file that will contain code that will redirect visitor to appropriate 'thinkcollege.aspx' page in CMS.

Best Regards,
Juraj Ondrus

User avatar
Member
Member
rodm-montcalm - 1/8/2009 10:58:13 AM
   
RE:Landing Pages
Thanks. That worked for this project.