From: Martin K. <ma...@pr...> - 2004-07-09 13:33:47
|
Leendert Bottelberghs wrote: > To conclude: as long as the default javascripts that come with WebGUI > are approached from the extrasURL that is configured in the > config-file, you can't serve the extras folder from another server. > Solution: seperate the javascript that comes with WebGUI and put them > in a javascript folder that can be configured seperately from the > extras-folder and -url. It won't be a bad idea at all to join all > javascript into one folder, aside from the reasons mentioned before. > If I understand you correctly, I think using some transparent proxy (that redirects all http://my.url.tld/extras/* ) also solves your problem. This way the url stays the same but the server serving the scripts and collateral is actually another. I think mod_rewrite can also do this, but I'm not entirely sure. > JT, what do you say about this? > > -leendert |