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

[cobalt-users] RAQ4 and .htaccess file problem



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