Images disappear upon moving to new server

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Images disappear upon moving to new server

Post by Wishbone »

Code: Select all

.bilder #wrapper {
width:auto;
height:1000px;
background:url(/images/bgToa.jpg);
background-position:absolute;
background-position: -180px 0px;
overflow:hidden;
}
Exists: http://toastickan.com/test/toastickan/images/bgToa.jpg
Does not exist: http://toastickan.com/images/bgToa.jpg

Replace url(/images/bgToa.jpg);  with  url([[root_url]]/images/bgToa.jpg);
Coldman
Power Poster
Power Poster
Posts: 318
Joined: Sun Jun 22, 2008 5:33 am

Re: Images disappear upon moving to new server

Post by Coldman »

Edit: Wishbone was faster than me :)

btw... Does [[root_url]] work in 1.8.2?
edit again Yes to my own question

/Coldman
Last edited by Coldman on Fri Dec 10, 2010 4:22 pm, edited 1 time in total.
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Locked

Return to “[locked] Installation, Setup and Upgrade”