content management system - Configure a public site in AEM (CQ5) -


current behavior

i have publish node @ "http://pubxx.correlate.net/", when hit particular url prompts me log in. once log in takes me "http://pubxx.correlate.net/projects.html"

as admin can see site ("geometrixx outdoor site") available me , can view site @ "http://pubxx.correlate.net/content/geometrixx-outdoors/en.html"

future behavior required

i need configure publish node such user requests "http://pubxx.correlate.net/" directly taken "geometrixx outdoor site" either after or prior log in prompt. if not possible configure way, please point out closest possible solution this.

i new aem , cq hence not aware of configuration scenarios, excuse me if have missed out other critical details required analyse problem (if please point me , provide same).

hoping quick response, , thank help.

note before: please make sure runmode publish. can check: /system/console/config -> tab 'sling settings'

see more info how set: http://helpx.adobe.com/experience-manager/kb/runmodesetup.html

i see 2 challenges:

redirect toplevel domain

the page should forwarded directly top-level domain specific page. can done configuring slingmapping forwards page right page on request.

see more info: http://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html

login

for login can configure closed user groups (cug) mechanism. configuring can force user login specific part of site-tree. configuration can set on pageproperties (tab advanced). on tab can configure allowed usergroups , login page. when user reaches site part of cug (page self or childeren), aem forward user login page. after login user redirected referer page.

on out-of-the-box login component can configure success page in case user lands directly on loginpage (no referer).

see more info: http://dev.day.com/docs/en/cq/5-6/howto/create_apply_cug.html


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -