I have been thinking about moving my site to an actual domain address. (Don't laugh at me; I usually build sites for my friends!) My only question is, do all web-hosting servers support HTML and CSS?I know it's a stupid question but I want to know that I'm not investing in something that doesn’t work for me. BTW: As long as I'm here, what else do all (or most) servers support as in code types?
Dreamquick
6:34 pm on Aug 26, 2004 (gmt 0)
HTML and CSS need to be supported by the the browser, they're not something that's server dependant - as far as the server is concerned they are just files that are served up to the user when requested.
The issue of what does a server support code-wise is more relevant if you need to run server-side scripts (PHP, ASP, perl, .net etc), but doesn't really matter for file-types which can be served-up as-is.
- Tony
SynergyWD
7:21 pm on Aug 26, 2004 (gmt 0)
Thank you very much. It makes more sense now after reading back what the server "supports." It lists PHP and that type of app. I guess I was more confused with coding terms than with what information the host supplied. (I'm used to being limited on what files are allowed to be uploaded by Bravenet. )Thanks again.