[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RAQ4 and .htaccess file problem
- Subject: [cobalt-users] RAQ4 and .htaccess file problem
- From: Arundel Net Support <support@xxxxxxxxxxx>
- Date: Thu Jan 18 10:45:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I need to execute htm files as cgi scripts.. and have the following .htaccess
file that works on every server I have used with this script.. until now..
But the htm files will not execute on the RAQ4
my .htacess file..
AddType application/x-httpd-cgi .htm
options -Indexes
My programmer seems to think that the RAQ servers won't recognize the
.htaccess command
that tells them to execute the .htm files as if they were CGI scripts.
and the only way around this is to rename the htm files to cgi files which
I do not want to do..
and could cause some problems..
any suggestions?
Dave