Yes - when compiling the web folder gets copied back.
website in question:
www.medxinfo.co.za 95.138.182.48
Same happens on my development PC
<!DOCTYPE html><html class="nt-html no-js">
<head><title>Welcome</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/themes//theme.css" rel="stylesheet" />
<link href="/styles/firefox.css" rel="stylesheet" />
<script src="/scripts/all.js" type="text/javascript"></script>
</head>
<body class="nt-body">
<div class="nt-body-div">
<div id="pageheadertag_div" class="nt-site-header-6 ui-widget-header ui-corner-top" data-role="header"><div class="nt-left nt-site-header-logo"><img src="images/logo.jpg" /></div><h1>medxinfo.co.za server</h1>
</div>
<div id="menu_div" class="nt-tab-outer nt-menuleft nt-width-150px"><h3 class="nt-tab-title"><a href="#">General</a></h3>
<div id="menu_1_div" class="nt-tab-inner"><div class="nt-menu-item"><div class="nt-menu-item"><a href="BrowseLocums">Locums</a><br />
</div><div class="nt-menu-item"><a href="BrowseCities">Cities</a><br />
</div><div class="nt-menu-item"><a href="BrowseAreas">Areas</a><br />
</div><div class="nt-menu-item"><a href="BrowseProvinces">Provinces</a><br />
</div><div class="nt-menu-item"><a href="BrowseCountries">Countries</a><br />
</div></div></div>
</div>
<script defer="defer">
jQuery(function() {jQuery("#menu_div").accordion({active: 0,change: function(event, ui) { SetSessionValue('PageHeaderTag_MenuOpen',jQuery(this).find("h3").index(ui.newHeader[0])); }});});
</script>
<div id="_busy" class="nt-busy" data-nt-busy="busy"><img src="/images/_busy.gif" /></div><div id="_ver652" class="nt-alert ui-state-error ui-corner-all">Error in site JavaScript</div><script>versionCheck('6.52');getScreenSize()</script>
<div id="alert_div" class="nt-width-99 nt-alert ui-state-error ui-corner-all ui-helper-hidden"></div>
<br />
Welcome<br /><br />
<div id="pagefootertag_div" class="nt-left nt-width-100 nt-site-footer" data-role="footer"><div>Copyright 2013</div>
</div>
</div></body>
</html>
If I click on theme.css(should there be a double forward slash?) I get:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html class="no-js">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link href="styles/error.css" rel="stylesheet" type="text/css" /><title>404 The page cannot be found</title></head>
<body class="ErrorPage">
<div class="ErrorDiv">
<hr></hr>
<h1>The page cannot be found</h1>
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
<br><br><hr></hr>
</div></body>
</html>
The /scripts/all.js seems fine.
Unregistered/Re-Registered/re-installed NT
6.52 - same problem
Ah Ha
in web console
[10:16:12.402] GET
http://127.0.0.1/themes//theme.css [HTTP/1.1 404 The page cannot be found 30ms]