473,698 Members | 2,551 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Webhost won't change server config

Hi all,

A couple of days ago I posted a message to this newsgroup relating to the
fact that a design I'd worked on for a client wasn't displaying its
stylesheet in Mozilla browsers.
I was advised by a couple of other newsgroup members far more knowledgeable
that I on this subject that I should contact the Web host and ask them to
alter the way the server was sending the CSS from content type
"applicatio n/x-pointplus" to "text/css" instead.

This I duly did but they have come back to me saying:
"We do not make any changes to config on shared servers. Your site is shared
with lots of others, and if we make changes this could impact on them".

Does this sound like a reasonable response? How badly could this alteration
impact on other websites that share the same server?
I could tell the client to go for a dedicated server, but that would be
costly.
I could also tell the client to change Web hosts, but I feel I need more
information before doing this, and if it's possible to resolve this matter
with the current host it would make life a lot easier all round.

All information / advice will be greatly appreciated.

Thanks,
Tony.
Jul 20 '05 #1
28 2920

"Tony Carnell" <to**@fluvius.c o.uk> wrote in message
news:KS******** **********@news-binary.blueyond er.co.uk...
Hi all,

A couple of days ago I posted a message to this newsgroup relating to the
fact that a design I'd worked on for a client wasn't displaying its
stylesheet in Mozilla browsers.
I was advised by a couple of other newsgroup members far more knowledgeable that I on this subject that I should contact the Web host and ask them to
alter the way the server was sending the CSS from content type
"applicatio n/x-pointplus" to "text/css" instead.

This I duly did but they have come back to me saying:
"We do not make any changes to config on shared servers. Your site is shared with lots of others, and if we make changes this could impact on them".


I'm curious how many web sites require that files with the extension ".css"
be served as any content type OTHER than "text/css". How did it get to be
"applicatio n/x-pointplus" in the first place? What IS that content type?

Jul 20 '05 #2

"Tony Carnell" <to**@fluvius.c o.uk> wrote in message
news:KS******** **********@news-binary.blueyond er.co.uk...
Hi all,

A couple of days ago I posted a message to this newsgroup relating to the
fact that a design I'd worked on for a client wasn't displaying its
stylesheet in Mozilla browsers.
I was advised by a couple of other newsgroup members far more knowledgeable that I on this subject that I should contact the Web host and ask them to
alter the way the server was sending the CSS from content type
"applicatio n/x-pointplus" to "text/css" instead.

This I duly did but they have come back to me saying:
"We do not make any changes to config on shared servers. Your site is shared with lots of others, and if we make changes this could impact on them".


I'm curious how many web sites require that files with the extension ".css"
be served as any content type OTHER than "text/css". How did it get to be
"applicatio n/x-pointplus" in the first place? What IS that content type?

Jul 20 '05 #3
On Mon, 12 Apr 2004 15:39:32 +0100, Tony Carnell <to**@fluvius.c o.uk>
wrote:
Hi all,

A couple of days ago I posted a message to this newsgroup relating to the
fact that a design I'd worked on for a client wasn't displaying its
stylesheet in Mozilla browsers.
I was advised by a couple of other newsgroup members far more
knowledgeable
that I on this subject that I should contact the Web host and ask them to
alter the way the server was sending the CSS from content type
"applicatio n/x-pointplus" to "text/css" instead.
Apache server? If so, simply use a .htaccess file.
This I duly did but they have come back to me saying:
"We do not make any changes to config on shared servers. Your site is
shared
with lots of others, and if we make changes this could impact on them".


Unreasonable. By far text/css is more universally appropriate.

Explain to them again, noting that your client *really needs to* serve
..css as text/css. If still no help, dump them in favor of a host using
Apache, where you can set an .htaccess and forget about it.
Jul 20 '05 #4
On Mon, 12 Apr 2004 15:39:32 +0100, Tony Carnell <to**@fluvius.c o.uk>
wrote:
Hi all,

A couple of days ago I posted a message to this newsgroup relating to the
fact that a design I'd worked on for a client wasn't displaying its
stylesheet in Mozilla browsers.
I was advised by a couple of other newsgroup members far more
knowledgeable
that I on this subject that I should contact the Web host and ask them to
alter the way the server was sending the CSS from content type
"applicatio n/x-pointplus" to "text/css" instead.
Apache server? If so, simply use a .htaccess file.
This I duly did but they have come back to me saying:
"We do not make any changes to config on shared servers. Your site is
shared
with lots of others, and if we make changes this could impact on them".


Unreasonable. By far text/css is more universally appropriate.

Explain to them again, noting that your client *really needs to* serve
..css as text/css. If still no help, dump them in favor of a host using
Apache, where you can set an .htaccess and forget about it.
Jul 20 '05 #5
Harlan Messinger wrote:
I'm curious how many web sites require that files with the extension
".css" be served as any content type OTHER than "text/css". How did
it get to be "applicatio n/x-pointplus" in the first place? What IS
that content type?


It's quite common apparently:
http://www.google.com/search?q=appli...ntplus+problem

http://sunsolve.sun.com/pub-cgi/retr...sunone%2F3755:
"The file type .css is not mapped to cascading style sheets in the
default mime types included with Enterprise Server"
--
Andrew Urquhart
- FAQ: www.css.nu/faq/ciwas-aFAQ.html
- Archive: www.tinyurl.com/ysjbm
- Contact: www.andrewu.co.uk/contact/
- Employ me: Front/middle tier ASP developer with WAI & web standards
Jul 20 '05 #6
Harlan Messinger wrote:
I'm curious how many web sites require that files with the extension
".css" be served as any content type OTHER than "text/css". How did
it get to be "applicatio n/x-pointplus" in the first place? What IS
that content type?


It's quite common apparently:
http://www.google.com/search?q=appli...ntplus+problem

http://sunsolve.sun.com/pub-cgi/retr...sunone%2F3755:
"The file type .css is not mapped to cascading style sheets in the
default mime types included with Enterprise Server"
--
Andrew Urquhart
- FAQ: www.css.nu/faq/ciwas-aFAQ.html
- Archive: www.tinyurl.com/ysjbm
- Contact: www.andrewu.co.uk/contact/
- Employ me: Front/middle tier ASP developer with WAI & web standards
Jul 20 '05 #7
"Tony Carnell" <to**@fluvius.c o.uk> wrote:
"We do not make any changes to config on shared servers. Your site is shared
with lots of others, and if we make changes this could impact on them".

Does this sound like a reasonable response?


No, grossly incompetent bunch of idiots.

Change host.

--
Spartanicus
Jul 20 '05 #8
"Tony Carnell" <to**@fluvius.c o.uk> wrote:
"We do not make any changes to config on shared servers. Your site is shared
with lots of others, and if we make changes this could impact on them".

Does this sound like a reasonable response?


No, grossly incompetent bunch of idiots.

Change host.

--
Spartanicus
Jul 20 '05 #9
On Mon, 12 Apr 2004, Tony Carnell wrote:
that I on this subject that I should contact the Web host and ask
them to alter the way the server was sending the CSS from content
type "applicatio n/x-pointplus" to "text/css" instead.

This I duly did but they have come back to me saying:
"We do not make any changes to config on shared servers. Your site is shared
with lots of others, and if we make changes this could impact on them".

Does this sound like a reasonable response?
As a general principle - yes, naturally they should not make
arbitrary changes for one customer when it's going to have an
impact on their other customers.

In this particular case - emphatically no. The x- prefix in that
content-type shows that it's "experiment al": this problem was noticed
and solved in 1996, to my knowledge, on servers where it was being
spotted, and there's no way that a content-type had any privileged
rights if it remained "experiment al" for that length of time.
How badly could this alteration
impact on other websites that share the same server?
I'd suggest a read of
http://www.google.com/search?q=point...e+content-type

Personally I couldn't be bothered to research this for myself again
now, as the answer seems clear enough to me.
I could tell the client to go for a dedicated server, but that would be
costly.
If they don't give an individual content provider the ability to
control their own content-type headers, SHOUT LOUDLY: this is
something that they NEED for doing their job properly.

(Apologies to Mark Nottingham for plagiarising his theme ;-)

In Apache this would mean they'd need to enable the relevant feature
in the .htaccess file, and the content provider would then supply an
AddType directive in their (highest-level) .htaccess file. Other
servers, of course, may use different configuration mechanisms.
All information / advice will be greatly appreciated.


I think you've been given the standard knee-jerk level 1 user support
response. I'd say go back to them and say their answer is
unsatisfactory, and ask to speak to the next level of technical
support. Somebody there needs to recognise that they're supporting
some way-obsolete experimental-only content type, to the detriment of
one which -has- been properly registered with the authorities (IANA).

good luck
Jul 20 '05 #10

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

Similar topics

0
611
by: Tony Carnell | last post by:
Hi all, A couple of days ago I posted a message to this newsgroup relating to the fact that a design I'd worked on for a client wasn't displaying its stylesheet in Mozilla browsers. I was advised by a couple of other newsgroup members far more knowledgeable that I on this subject that I should contact the Web host and ask them to alter the way the server was sending the CSS from content type "application/x-pointplus" to "text/css"...
11
2422
by: Patrick | last post by:
I have an ASP.NET application that connects to a SQL Server database. The SQL Server resides on a seperate development server from the IIS5.1 on Windows XP SP2 on development PCs which host the ASP.NET application. I would like to use Integrated Windows Authentication like Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=DBName;Data Source=DevServer1 My problems!
3
1601
by: Nick | last post by:
hi, all I just started to create my own website and I registered a new domain from yahoo, and then I want to register a webhost plan. And how to use this domain I registered? What I undertood about transfer domain is I can transfer the domain to the webhost vendor, and they can config it on their server to point this domain to my web pages, is this right? Is the transfer domain free? Thanks.
4
1737
by: Dean Craig | last post by:
I'm getting ready to build my first ASP.NET/SQL Server website that will be hosted on some web host out there (long distance, different network). The work I've done in the past (pre-.NET) was all done on in-house servers. Since this website/web-app will be hosted elsewhere, I wanted to ask some questions to make sure that I'm doing things correctly. We have a SQL 2000 db hosted on a server here. I need to build a website (hosted...
0
3763
by: Alias | last post by:
Hi - I have a site that runs on a development and production server. I'd like to programmatically change the connection string the provider uses in the web.config file and have the provider use the updated string. I am able to successfully change the string using this code in the Application_Start method of the Global.asax file: Dim csNew As ConnectionStringSettings
10
7585
by: =?Utf-8?B?U3RlZmFuIEJhcmxvdw==?= | last post by:
This has been working perfectly for months. Since we switched from ASP.NET 1.1 to 2.0, we have constant and sporadic issues with updating our applications. Touching the web.config works about 40% of the time to cause an AppDomain to reload and flush all assemblies. Sometimes it works perfectly, but other times some Assemblies are not reloaded into the AppDomain, even after multiple web.config file touches. Sometimes multiple versions...
112
4697
by: Prisoner at War | last post by:
Friends, your opinions and advice, please: I have a very simple JavaScript image-swap which works on my end but when uploaded to my host at http://buildit.sitesell.com/sunnyside.html does not work. To rule out all possible factors, I made up a dummy page for an index.html to upload, along the lines of <html><head><title></title></ head><body></body></html>.; the image-swap itself is your basic <img src="blah.png"...
0
8609
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9169
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9030
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8871
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7738
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6528
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5861
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4371
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.