It's very possible that im doing something wrong here, but if my logic is correct the below should work.
I want it to redirect to http://docs.win1002.vs.domain.co.uk/docs if the url entered is http://docs.win1002.vs.domain.co.uk
Problem is, when i enter this i simply get a redirection loop which makes sense i guess. To get around this i put a condition prior to the one above that should ignore http://docs.win1002.vs.domain.co.uk/docs
Therefore, if the url entered is http://docs.win1002.vs.domain.co.uk it will redirect to http://docs.win1002.vs.domain.co.uk/docs and because there is a condition to ignore this, should then display the page.
Is this correct or have a got this horribly wrong?