Hi All, Recently a customer of ours utilized a redirect script to good effect, but it doesn't tick all the boxes on a new requirement they have. I have tried in my limited non-programmer way to figure out the best way to achieve the new requirement with no real luck and thought I would ask in here. Essentially the problem is this - the customer uses whitelabelling on a given Virtual Server, and wants a specific dynamic redirect to happen - namely that if the full URL is blog.foo.bar/<whatever> they want this rewritten to foo.bar/blog/<whatever>. The domain can and will be different all the time. This isnt as easy as it seems from what I can tell, as it needs the host header rewritten, and then the url path conditionally rewritten to add the /blog/ in front of the <whatever> Does anyone have any suggestions on where to start? Regards, Adam
... View more