> Den 11/12/2014 kl. 13.13 skrev edalb1979 <
eug...@inx.co.za>:
>
> Good day.
>
> I have been requested to move a site for someone from there current hosting company to our hosting company.
>
> I have gotten so far that the site is up and running but none of the stylesheets or images are showing up.
> I have had a look at the source code of the site and I do see that it is not showing up right.
>
> <link href="/static/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen,projection" />
> <link href="/static/css/bootstrap-non-responsive.css" rel="stylesheet" type="text/css" media="screen,projection" />
> <link href="/static/css/main.css"
Your new web server should be serving http(s)://your.website.tld/static/foo URLs but isn't. You need to find out why. Probably the old website has rules to serve static files directly from the filesystem, which you need to migrate to the new server, or the rules are in place but the static files are missing from where the web server expected to find them.