trint99
-
9/19/2006 11:21:00 PM
Re: Navigating to pages not controlled by CMS
Excluding the page itself doesn't work. That just causes the "this is an empty ASPX" message to be displayed.
The problem is accessing any content inside the folder that Kentico considers a folder object.
I can place my aspx page in any folder that is not listed in Kentico and it works fine.
http://mysite.com/UnmanagedPages/EmailForm.aspx works.
But, as I said, Help is a folder object in my Kentico tree. Thus when it can't find a managed page in that folder called EmailForm.aspx, it kicks you back to the home page, even if that file does exist on disk.
http://mysite.com/Help/EmailForm.aspx does not work.
For now, I will just have to be content to have unmanaged pages segregated from managed pages.
|