[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] SSI with .htm and .html
- Subject: RE: [cobalt-users] SSI with .htm and .html
- From: "P S Graham \(Erols\)" <psgraham@xxxxxxxxx>
- Date: Tue Apr 17 14:37:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> >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
>
Could be something different on the Raq4r, I use a Raq3i.
I don't remember making any changes to either httpd.conf or srm.conf but
I'll double check.
I got all my info to set this up from the Apache docs -
http://httpd.apache.org/docs/howto/ssi.html1
In looking I do see these lines in the srm.conf, but I think they are part
of the default install.
# AccessFileName: The name of the file to look for in each directory
# for access control information.
AccessFileName .htaccess
Sorry I can't be of more help.
Patrick