I have setup a URL rewite rule in the umbraco folder so the backoffice can only be used on a specific domain and not on any of the public facing domains.
i.e. you can use www.AdminDomain.com/umbraco to reach the backoffice but you get a 404 error for www.PublicWebsite.com/umbraco
This is all working fine until I realised the scheduled publishing has stopped working. I have narrowed it down to an http post call to /umbraco/RestServices/ScheduledPublish/Index which is happening on one of the public facing domains.
My questions are:
1. Is there a way to specify which domain this call should occur on?
2. What other internal calls are there which also may be affected by the /umbraco subdirectory not being available on all domains?
Set the domain the scheduled publisher uses
I have setup a URL rewite rule in the umbraco folder so the backoffice can only be used on a specific domain and not on any of the public facing domains.
i.e. you can use www.AdminDomain.com/umbraco to reach the backoffice but you get a 404 error for www.PublicWebsite.com/umbraco
This is all working fine until I realised the scheduled publishing has stopped working. I have narrowed it down to an http post call to /umbraco/RestServices/ScheduledPublish/Index which is happening on one of the public facing domains.
My questions are:
1. Is there a way to specify which domain this call should occur on?
2. What other internal calls are there which also may be affected by the /umbraco subdirectory not being available on all domains?
is working on a reply...