I've installed Umbraco on a kind of virtual server. Everything looks fine.
Now, I want to copy the site to the localhost (c:\inetpub\wwwroot).
I did it a week ago without any problem. On my local machine, it wasn't any problem to see the site by using the url web.pragmalogic.nl.
Today, there's a problem. I'm seeing the content, but the linked css doesn't work or can not be found. While looking at te server, the css exists, has the right name.
What is the problem??
Where did you locate your CSS, is it inside the pre-made CSS that comes with Umbraco or another folder? How did you referyouto the CSS file in your templates?.
Therefor I think that you should try to do what Dimitris said in this post. By try this,you shouldhavesolved the problem ofthemissingpictureon the login page. Maybe this also can fix the issue with the stylesheet.
I refer to the css: <link rel="stylesheet" type="text/css" href="/Css/Designit_Green.css" />.
The folder css contains this css-file; I've copied the complete folder
C:\Users\Administrator\Documents\My Web Sites\Umbraco CMS
to the folder
C:\inetpub\wwwroot.
Okay I was just thinking could it be a file permission issue? You can cheke your permissons on severalways. Just to be sure your file permissions are good you could visit this URL.
Or another way you could do to verify the folder permissions are good is by using the uGoLive checklist in the developer section (second tab). I think you should try this tool to see if it´s passed the checks.
Or maybe the problem could be if you´re running the site in ASP.NET 4.0 in Classic Mode. You could try to switch to Integrated Pipeline and see if the CSS are rendered perfect. But I think you should check the folder permissions first. So we can exclude there is a permissions issue.
Css seems to be not connected
I've installed Umbraco on a kind of virtual server. Everything looks fine. Now, I want to copy the site to the localhost (c:\inetpub\wwwroot). I did it a week ago without any problem. On my local machine, it wasn't any problem to see the site by using the url web.pragmalogic.nl. Today, there's a problem. I'm seeing the content, but the linked css doesn't work or can not be found. While looking at te server, the css exists, has the right name. What is the problem??
Thanks in advance!
Cor van Binsbergen, the Netherlands
Umbraco v6.1.5 (Assembly version: 1.0.4993.19246)
Hi Corbins,
Where did you locate your CSS, is it inside the pre-made CSS that comes with Umbraco or another folder? How did you refer you to the CSS file in your templates?.
Looking forward to hear from you.
/Dennis
Hi Corbins,
To me it´s seems that you could have this problem. Don´t know if this is related to the problem with your stylesheet. But if you visit the login page til the Umbraco backend the logo is missing with me. http://web.pragmalogic.nl/umbraco/login.aspx?redir=%2fumbraco%2fumbraco.aspx
Therefor I think that you should try to do what Dimitris said in this post. By try this, you should have solved the problem of the missing picture on the login page. Maybe this also can fix the issue with the stylesheet.
http://our.umbraco.org/forum/using/ui-questions/11200-Wrong-path-to-backend-images,-after-moving-site-to-a-new-domain
/Dennis
Hi Dennis,
I refer to the css:
<link rel="stylesheet" type="text/css" href="/Css/Designit_Green.css" />
.The folder css contains this css-file; I've copied the complete folder C:\Users\Administrator\Documents\My Web Sites\Umbraco CMS to the folder C:\inetpub\wwwroot.
Looking forward to hear from you.
Cor
Hi Dennis,
I just removed the content of the folder C:\inetpub\wwwroot\App_Data\TEMP\ClientDependency, just as Dimitri said.
Butt the problem still exists.
Okay I was just thinking could it be a file permission issue? You can cheke your permissons on several ways. Just to be sure your file permissions are good you could visit this URL.
Or another way you could do to verify the folder permissions are good is by using the uGoLive checklist in the developer section (second tab). I think you should try this tool to see if it´s passed the checks.
http://our.umbraco.org/projects/backoffice-extensions/ugolive
/Dennis
Or maybe the problem could be if you´re running the site in ASP.NET 4.0 in Classic Mode. You could try to switch to Integrated Pipeline and see if the CSS are rendered perfect. But I think you should check the folder permissions first. So we can exclude there is a permissions issue.
/Dennis
is working on a reply...