Hi,
We currently have a http redirect under a content rule redirecting to the same domain using ssl as follows:
content test-red
vip address 10.1.1.1
port 80
protocol tcp
redirect "https://www.domain.com"
active
This works fine if a user requests http://www.domain.com and directs them to https://www.domain.com
however we now have a requirement for someone to request different pages and get redirected..
from instance to request http://www.domain.com/page1 and get redirected to https://www.domain.com/page1 however when we try this with the config above it just drops us to the home page...
I have tried using redirect "https://www.domain.com/*" however this doesn't work and says page cannot be found..
Does anyone know of a way round this? I was hoping there must be some sort of variable we can use for this or do I need to look at url re-writing?
Thanks in advance
Matt