Problem
In Adobe AEM/CQ 5.6 Author instance is new homepage with new touch-friendly interface. However, as developer I prefer the old one that lies on /welcome.html. So how can the homepage be changed?
Solution
- Open CRX Explorer Interface http://localhost:4502/crx/explorer/browser/index.jsp
- Go to /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.