Aplogies but I am a bit new to pier so please excuse any mistakes in communications.

I am using Pharo 1.3 and have pier loaded up on it nicely.  (to get it all working nicely i had to install OSP process).

It all works well on my local box (styles etc).

I then deployed the image to an amazon linux box behind apache 2.2.  This is all set up nicely and the mod_proxy and mod_rewrite are working well.

The only issue i have is that the default style sheet is not presenting with the proper url.  (e.g. I can login/logout of pier, all works well except for  the default css style sheet associated with the environment  - e.g. I get an error 404 on the default style sheet)

First few paragraphs of the html page follows...


<link rel="stylesheet" type="text/css" media="screen, projection" href="http://testhelp.sg.estormtech.com/files/PRBlueprintLibrary/screen.css"/><link rel="stylesheet" type="text/css" media="print" href="http://testhelp.sg.estormtech.com/files/PRBlueprintLibrary/print.css"/><!--[if IE]><link rel="stylesheet" type="text/css" media="screen, projection" href="http://testhelp.sg.estormtech.com/files/PRBlueprintLibrary/ie.css"/><![endif]--><script type="text/javascript" src="http://testhelp.sg.estormtech.com/files/PRJavaScriptSupport/pier.js"></script><link rel="stylesheet" type="text/css" href="http://testhelp.sg.estormtech.com/files/WADevelopmentFiles/development.css"/><meta name="generator" content="Pier - Magritte - Seaside"/><link rel="stylesheet" type="text/css" href="testhelp.sg.estormtech.com/estormhelp/a9/8bwetsf5rctr3kefd2lkty9b5mbkws/style.css"/>

If you look at the last href you will see that it is missing the http:// (so when the link is presented in the browser the browser tries to connect to:
"http://testhelp.sg.estormtech.com/testhelp.sg.estormtech.com/estormhelp/a9/8bwetsf5rctr3kefd2lkty9b5mbkws/style.css"

Note the repetition of the domain name due to the lack of http:// in the href

Any thoughts or advice?

in the pier config pages I have hostname set (test help.sg.estormtech.com) and http and base url and resource url set to /

S.