Hi all!<br><br>I have finally been able to get my domain working and stuff, now I have a very weird problem for which I can seem to find no workaround...<br><br>The thing is that the CSS is not loaded at all when I access my website normally at <a href="http://www.asmalltalkbytheseaside.com">www.asmalltalkbytheseaside.com</a>, but it works perfectly when accessing it like <a href="http://www.asmalltalkbytheseaside.com:8080/seaside/asmalltalkbytheseaside">http://www.asmalltalkbytheseaside.com:8080/seaside/asmalltalkbytheseaside</a><br>

<br>The code I&#39;m using to retrieve the css file is:<br><br><div style="margin-left: 40px;">style
<br>  |aCSSFile theCSSdata|
<br>  aCSSFile  := FileStream fileNamed: &#39;/var/www/style.css&#39;.
<br>  theCSSdata  := aCSSFile  contentsOfEntireFile.
<br>  aCSSFile  close.
<br>  ^theCSSdata<br clear="all"></div><br>I wrote the absolute path of the file to make sure there was no problem with different working directories, but it didn&#39;t solve anything.<br><br>The other problem is that files/ASBTSFileLibrary/whateverfile.ext is not working either (ex. <a href="http://www.asmalltalkbytheseaside.com/files/ASBTSFileLibrary/MANUAL-EN.txt">http://www.asmalltalkbytheseaside.com/files/ASBTSFileLibrary/MANUAL-EN.txt</a>)<br>

<br>Anybody had similar problems? Any ideas?<br><br>-- <br><br><a href="http://www.brainyquote.com/quotes/authors/j/jonathan_swift.html" target="_blank">Jonathan Swift</a>  - &quot;May you live every day of your life.&quot;