On Mon, Sep 13, 2010 at 09:40:39AM +0200, Daniel Storjordet wrote: > Is it possible to add the prefix behind instead of as a prefix? This > would be extremely usefull if you wish this feature with a cdn. Then we > could make a CDN server that answers to *.mycdn.com" and redirect > requests like "www.mysite.com/mylargepicture.png" to > "www.mysite.com.mycdn.com/mylargepicture.png" without having to manualy > create subdomains for every domain.
This is a good idea. You can't do that with the server redir method because the prefix is static. This is something to think about however. Regards Willy

