[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] what no .html???



Debbie Doerrlamm wrote:

> I'm very confused.. never saw this happen on any website or server - ever.. am I just being niave or what??
>
> I have a simple make your own web page for my users.. they choice the page name, the cgi attaches .html and bingo we have a page.. So then they are instructed to add their new page to my links pages.. and they do.. only this time this girl did not enter:
> this_is_my_page.html
> she typed it as:
> this_is_my_page
> I always click and look see before I approve it tp be added.. thinking.. another rocket scientist I'll have to explain it to.. it won't open.. but it did..
> http://www.beautytech.com/referral/usr/NAILCARE_BY_KARYN
> So I tested a few of my pages on the site.. and they all open.. .htm's and .html's Oh and cgi's also!! without the extension.. what gives with that?? Is this normal??
>
> Regards,
> Debbie

Hi Debbie,

In your srm.conf file there maybe a line similar to this:
    DefaultType text/plain
Except in this case your will be:
    DefaultType text/html
This should be telling Apache to deliver all unknown file types as "text/html"  !!!

I Think !!!!
Regards
Kul