Questions tagged [ssi]

Server Side Includes (SSI) is a simple interpreted server-side scripting language used almost exclusively for the Web. The most frequent use of SSI is to include the contents of one or more files into a web page on a web server.

References

371 questions
0
votes
1 answer

SSI: Failed String Comparison with CGI Environment Variable

I am currently working on developing a personal website. It's not my first time doing this, but this is my first major foray into implementing SSI. I've run myself into a wall, however, with an if-else directive that uses one of the CGI environment…
Calyo Delphi
  • 329
  • 1
  • 3
  • 16
0
votes
1 answer

Does gwan support SSI?

Does gwan support SSI or there is another way to merge different HTML data ? I'm not sure it's the best way, but I want to include static HTML data into another HTML files ... What do you use if SSI is not working?
solisoft
  • 669
  • 4
  • 12
0
votes
2 answers

Cross-platform lightweight master pages

Currently I have a web site full of static pages. This minimizes web server load and guarantees that this site will run even on tiny Linux-based hardware web server. I am seeking for an ability to make master pages for my site and I like the way…
Paul
  • 25,812
  • 38
  • 124
  • 247
0
votes
3 answers

Read in Contents of a Folder, onto HTML

I am trying to create a news ticker for a website that reads in the contents of a folder, where each file in the folder would hold a news update, and I am trying to do this without having to manually create 10 different Iframes for each individual…
John
0
votes
2 answers

regex don't start with 0

I've some pages with this URL folder/t_01_class.shtml with a sequential number folder/t_02_class.shtml folder/t_03_class.shtml folder/t_10_class.shtml folder/t_11_class.shtml folder/t_12_class.shtml folder/t_23_class.shtml and I need to get…
roybatty
  • 191
  • 3
  • 13
0
votes
1 answer

regex querystring SSI

I have this URL: http://www.xxxxxxxx.it/stagione.shtml#giornata_107 I tried to get number of giornata with regex like this: but I don't know the right syntax Thanks
roybatty
  • 191
  • 3
  • 13
0
votes
1 answer

Quotations above ssi file

I have installed Apache 2.2 on windows. I have turned on Includes and my shtml files include their respective html files. Problem I am having is above each include file are two quotation marks " ".