XF 1.1 photo redirect?

Adam Howard

Well-known member
So I have 3 photos that are listed in my EXTRA.css

And they look a little like this

PHP:
#moderatorBar
{
background: @primaryDarker url('styles/skinden/social/xenforo/gradients/cat-bg.png') repeat-x center !important;
border-bottom: 1px solid @primaryDark !important;
}
('styles/skinden/social/xenforo/gradients/cat-bg.png')

Wanting to point this to my CDN, I added a direct path of cdn.sociallyuncensored.com

So the end result looked like this

('cdn.sociallyuncensored.com/styles/skinden/social/xenforo/gradients/cat-bg.png')

This seemed simple enough.... So what what's the problem?

Upon inspecting everything with Firebug, I learn that they're being re-directed as thus

http://www.sociallyuncensored.eu/forums/cdn.sociallyuncensored.com/styles/skinden/social/xenforo/gradients/cat-bg.png

WTF?! :confused:o_O

Now keep in mind it is only these 3 photos. Thoughts?
 
Top Bottom