Adam Howard
Well-known member
So I have 3 photos that are listed in my EXTRA.css
 
And they look a little like this
 
	
	
	
		
('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?!

 
Now keep in mind it is only these 3 photos. Thoughts?
				
			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;
}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?!


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


 
 
		 
 
		 
 
		 
 
		