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

RE: [cobalt-users] SSI with .htm and .html



Do you have Options +Includes in your .htaccess?

I accomplished this with an .htaccess as follows: (.htm is intentionally
missing)

Options +Includes
AddHandler server-parsed .shtml .html
AddType text/html .shtml .html

I tried adding the Options directive and now I get the error: "Options not allowed here"

It must be something turned off globally (perhaps in srm.conf) to prevent users from overriding the global server options using .htaccess. (BTW it's a Raq4r).

I'll keep digging...

Brian