This is a discussion on Apache server problem or my dud coding? within the Windows Web Servers forums, part of the Web Server and Related Forums category; Having troubles with getting a site to display correctly on a specific server. I believe the server in question is ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Having troubles with getting a site to display correctly on a specific
server. I believe the server in question is an apache. It doesn't seem to be finding the stylesheet on this articular server. I have uploaded it to 2 other servers (one unix the other windows) and they find the sheet fine. Do apache servers sometimes take a while to update or has anybody experienced this problem before? Addresses: Dud site: http://www.ui3.com.au/staging/who.html Windows site: http://www.writers-centre.org/site/who.html Unix site: http://www.3littlepenguins.com/ui3/who.html Please help!!! |
|
|||
|
marika wrote:
> It doesn't seem to be finding the stylesheet on this articular server. > I have uploaded it to 2 other servers (one unix the other windows) and > they find the sheet fine. It is Apache 1.3.31, so at least they keep up to date on the 1.3 series. Try using an absolute reference to the stylesheet: href="http://www.ui3.com.au/staging/css/textstyles.css" rather than href="css/textstyles.css" It certainly looks fine from the client side... -- Mark. http://tranchant.plus.com/ |
|
|||
|
marika wrote:
> Having troubles with getting a site to display correctly on a specific > server. > Dud site: http://www.ui3.com.au/staging/who.html > There is no ./text directory. -- jmm dash list (at) sohnen-moe (dot) com (Remove .AXSPAMGN for email) |