473,406 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

bizarre https link stylesheet disappearance

i am trying to serve the exact same page from both http and https
servers. i am using a linked stylesheet like this

<link rel="stylesheet" href="../styles/main.css" type="text/css" />

the http server works exactly like expected, just fine. but if you
switch to https the linked stylesheets stop working and you receive an
unstyled page.

try for yourself here (styles broken)

https://www.fcccambodia.com/resolution/

and here (styles fine)

http://www.fcccambodia.com/resolution/

any ideas...

thanks much in advance
Jul 20 '05 #1
3 2085
cruiserweight wrote:
try for yourself here (styles broken)
https://www.fcccambodia.com/resolution/
Works fine ... but then you've edited it since you asked for help.

If I manually request the style sheet you were using, server says:

Content-Type: application/x-pointplus
and here (styles fine)

http://www.fcccambodia.com/resolution/


Server says: Content-Type: text/css

My browser knows how to handle style sheets written in CSS, it doesn't know
how to handle style sheets written in x-pointplus (which is no surprise
given that a not-used-very-much Powerpoint plugin thingy isn't actaully a
style sheet language). As it doesn't know what to do with it, it ignores
it.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 20 '05 #2
cruiserweight wrote:
i am trying to serve the exact same page from both http and https
servers. i am using a linked stylesheet like this

<link rel="stylesheet" href="../styles/main.css" type="text/css" />

the http server works exactly like expected, just fine. but if you
switch to https the linked stylesheets stop working and you receive an
unstyled page.

try for yourself here (styles broken)

https://www.fcccambodia.com/resolution/

and here (styles fine)

http://www.fcccambodia.com/resolution/


Both work fine here in IE6/Win and FF0.9.2/Win. Try clearing your
browser caches?

--
Mark.
http://tranchant.plus.com/
Jul 20 '05 #3
David Dorward <do*****@yahoo.com> wrote in message news:<ce*******************@news.demon.co.uk>...
cruiserweight wrote:
try for yourself here (styles broken)
https://www.fcccambodia.com/resolution/


Works fine ... but then you've edited it since you asked for help.

If I manually request the style sheet you were using, server says:

Content-Type: application/x-pointplus


That would appear to be the problem, no? Awesome. Thanks.
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Luther Baker | last post by:
My team is using the FO library to generate PDFs. We are also required to use https. The XSL transform page fed into javax.xml.transform.Transformer starts with <?xml version="1.0"?>...
6
by: Todd Peterson | last post by:
I'm encountering some wierd behavior with a <link> tag over an HTTPS connection, vs. an HTTP connection... In an ASP/HTML page on my website, I've add a <link rel="shortcut icon"...> in order to...
17
by: Bruce W...1 | last post by:
I don't seem to be getting anywhere with trying to make my web page transitional XHTML. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
2
by: Gill Bates | last post by:
I'm trying to login to a banking site (https://www.providentconnection.com) using vb.net. I've tried many variations of WebClient and HttpWebRequest; none of which I've got to work. My latest...
3
by: zn | last post by:
This is a beginner question. I need to create a page that is encrypted by SSL. The web server is already serving SSL encrypted web pages with "https" before the link. Do I need to do anything other...
2
by: Freddy | last post by:
Hi, The registration process in our web site is of 3 step process spanning 3 pages and it is performed on https. I have noticed in some websites while doing credit card payments if we click...
2
by: Greg Collins [Microsoft MVP] | last post by:
In reviewing my web site statistics, I see that I get 404 errors (often enough to make me ask about it) when users try to click on a link to a secure external site (i.e. an https:// link). I've...
3
by: nick | last post by:
I have the following code in my master page: <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
0
by: moti far | last post by:
hi, i use stylesheet to design the plot of the print page. The page works with https(ssl) protocol. this my code: <html> <head>
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.