Change the default startup page from projects.html to welcome on login in Adobe CQ 5.6 and above.
CQ5.6 introduced responsive layout and the landing page after logging into the author instance goes to the new touch friendly interface.
However, as a developer I prefer the old interface where I can quicky navigate to any of the options.
Author instance:
So to change the landing page post login in the Author instance to go to the welcome page here’s what you need to do
- Go to CRX Explorer Interface http://localhost:4502/crx/explorer/browser/index.jsp
- Navigate to the node /libs/cq/core/config.author/com.day.cq.commons.servlets.RootMappingServlet
- Right click the rootmapping.target property and select edit. Change the value to /welcome.html
- Click Save All
Publish instance:
- Go to CRX Explorer Interface http://localhost:4502/crx/explorer/browser/index.jsp
- Navigate to the node /libs/cq/core/config.publish/com.day.cq.commons.servlets.RootMappingServlet
- Right click the rootmapping.target property and select edit. Change the value to /welcome.html
- Click Save All
Change welcome target page in publish mode:
- Go to CRX Explorer Interface http://localhost:4502/crx/explorer/browser/index.jsp
- Navigate to the node /content
- Right click the sling:target property and select edit. Change the value from /geohome to /yourhomepage
- Click Save All
Note:
- yourhomepage is a sling:vanityPath, it is a property of a page (you will see /content/geometrixx/jcr:content).
- rootmapping.target = /content.html will reference from /content
Nhận xét
Đăng nhận xét