I have an Umbraco 4.5.2 site which has authenticated sections for 'members'.
The issue I'm having is that when viewing the frontend site with the root URL (e.g. [site].com/), It shows the site as unauthenticated (when actually logged in). Clicking through to any other page (including the same root page via it's full url - [site].com/home.aspx) shows the user as logged in.
The two visibly affected page controls are the navigation menu, and the "You are logged in / not logged in" control in the header.
Site structure:
Content - Home - Auth section 1 - Auth section 2 - Public section 1 - Public section 2
Can anyone point me in the direction of where Umbraco's URL-rewriting is occurring? I see that I can add things in urlrewriting.config, but that seems a place for additional rewriting - not the base Umbraco stuff... - I figure this is one place to look...
Root node showing as logged out?
Hi all,
I have an Umbraco 4.5.2 site which has authenticated sections for 'members'.
The issue I'm having is that when viewing the frontend site with the root URL (e.g. [site].com/), It shows the site as unauthenticated (when actually logged in). Clicking through to any other page (including the same root page via it's full url - [site].com/home.aspx) shows the user as logged in.
The two visibly affected page controls are the navigation menu, and the "You are logged in / not logged in" control in the header.
Site structure:
Content
- Home
- Auth section 1
- Auth section 2
- Public section 1
- Public section 2
Nav XSLT snippet:
"You are logged in as" user control determines its status with a call to:
To summarize: When logged in as a member,
Hmmm, still no luck...
Can anyone point me in the direction of where Umbraco's URL-rewriting is occurring? I see that I can add things in urlrewriting.config, but that seems a place for additional rewriting - not the base Umbraco stuff... - I figure this is one place to look...
I ran into this problem as well. Make the following change to the web.config file
Change:
To this:
-Sean
Absolute genius - Thanks Sean.
is working on a reply...