Ticket #28 (closed enhancement: invalid)

Opened 2 years ago

Last modified 2 years ago

Server-Side Includes not working?

Reported by: dirk Assigned to: allenb
Priority: major Milestone:
Component: Website Version:
Keywords: Cc:
Completion:

Description

I'm trying to auto-generate a list of snapshots for the front page. To do that I want to generate the HTML code from an external script, and use SSI to get it into the page. But I can't get that to work.

Test: http://opensg.vrsource.org//trac/chrome/site/thumb_snaps.html is the file I want to include, http://opensg.vrsource.org//trac/chrome/site/snap_inc.html is the one that should include it, but it doesn't seem to do anything. The URL seems to be correct, I can wget the file without problems.

Are SSI disabled on the server?

Change History

09/05/06 15:24:38 changed by Marcus Lindblom <macke@yar.nu>

Don't you have to use .shtml to get that to work, with standard Apache? .. having SSI for every html-file is usually a bit wasteful.

Not that I know what is the case for this server though…

09/05/06 15:34:26 changed by dirk

  • status changed from new to closed.
  • resolution set to invalid.

Hm, good point. Tried it, didn't work. :( But that would also be a problem, as Trac doesn't use the shtml type. I'll try to find another way…