Hi Aderson,
I have a slight problem with redirects on a mobile phone.
I have a site where the main url will be redirected to a new page each day.
i.e.
On the first day:
www.mysite.com > www.mysite.com/path/day1
On the second day:
www.mysite.com > www.mysite.com/path/day2
And so on.
I've set the redirect under page management > page > link > redirect.
This works fine on a desktop, but on my Android phone using Chrome, it still redirects to page 1 when it should be redirecting to page 2.
I assume the phone is caching the page and in fact the redirect. is there any way to prevent that from DNN administration?
Or do I need to set it in the ASCX page using Response.cache?
Best Regards,
Steve