Closed paynecodes closed 12 years ago
My guess is that the {entry_url} there is referencing the channel setting (Admin -> Channel Administration -> Channels -> Edit Preferences -> Path Settings). Those paths aren't using global variables.
Does that setting for your specific channel have the domain name in it as well?
Paging @jpdesigndev :)
I must have missed your response some days ago. Thanks for the bump. You are right. Each of my channels do contain the dev url.
Any way to control this beast?
No worries.
Each of my channels do contain the dev url. Any way to control this beast?
Not from the config I'm afraid. Sorry to be the bearer of bad news.
What about trying to remove the domain and just start with the forward slash? Eg:
/blog/
Not something I am willing to attempt. Looking for something as efficient as your awesome config bootstrap. :) Thanks though.
I am using this config file to streamline my dev, staging, and production deployments, but I am having one issue that I can't quite figure out.
My Entry Notification Email is as follows:
Problem is: the entry_url is not updating across deployments, while everything else under the sun is. In other words, dev.example.com is where the entry was created, after migrating to staging, the email template still displays dev.example.com rather than staging.example.com.
Any ideas?