-
1. Re: Change the default URL of author instance
Ove Lindström Jun 18, 2013 6:25 AM (in response to Veena_07)- Go to Felix Console.
- Disable the com.day.cq.commons.servlets.RootMappingServlet (CQ Day Root Mapping)
- Open CRXDE
- Change node (or override it in apps) /libs/cq/core/content/welcome, property sling:vanityPath to /author
That is one way.
Question: Why do you want to force the usage of /author on the author instance. That is just plain silly...
KR,
Ove
-
2. Re: Change the default URL of author instance
Veena_07 Jun 19, 2013 2:37 AM (in response to Ove Lindström)Hi Ove
Thanks..There was a client request for this..
Veena
-
3. Re: Change the default URL of author instance
Veena_07 Jun 19, 2013 2:57 AM (in response to Ove Lindström)Hi Ove
That is working fine.. Only thing i did is mapping node to /author . But is it possible to hit the author instance only wen i type http://localhost:4502/author . Ie: if I type http://localhost:4502 it should not resolve to my login page
Thanks
veena
-
4. Re: Change the default URL of author instance
Ove Lindström Jun 20, 2013 2:39 AM (in response to Veena_07)Veena_07 wrote:
Hi Ove
Thanks..There was a client request for this..
Veena
Client request is wrong... Ask them if they would accept a sub-domain "admin.mydomain.com" instead of messing with the foundtions. Why charge for things that is as it is...
/Ove
-
5. Re: Change the default URL of author instance
Veena_07 Jun 20, 2013 3:21 AM (in response to Ove Lindström)Sorry Ove
I have to correct myself... It was not client requested. But we had seen such mapping in some client machines
Thanks
Veena
-
6. Re: Change the default URL of author instance
Sham HC Jun 23, 2013 6:00 PM (in response to Veena_07)Seems like you are looking to run instance in different context root. Go to http://<host>:<port>/admin change context root from / to /author. Restart the web application.



