I\'m splitting up one of my larger apps and introducing a \'cdn\' url to house common objects like CSS, javascript, and images to avoid duplication. What I need to do, though, i
If the server is same, you can use relative paths. Like /http/blah/test/images/button.png or ../images/button.png