Tagged Questions

2
votes
1answer
27 views

How to use Server Side Includes in Magento Description?

Has anyone found a way to get Server Side Includes to work inside a Magento product description? I tried adding one and the published page did not show the content I'm trying to include. For …
2
votes
4answers
82 views

Server Side Include

Is it possible to use a server side include to access files that are outside of the server? If not what are some other options to do this?
2
votes
3answers
300 views

What’s the difference between DOCUMENT_URI and URI_REQUEST in SSI?

When looking at a SSI printenv dump I see a variable URI_REQUEST. When reading the Apache mod_include docs I see DOCUMENT_URI which they define as "The (%-decoded) URL path of the document requested …
1
vote
1answer
204 views

SSI commands not working is for shtml files in iis

the following code should show either the port or servername not both i always get both no matter what ? <!--#if expr="${SERVER_PORT} = 80" --> <!--#echo var="SERVER_PORT"--> …
1
vote
1answer
121 views

Enabling SSI (ServerSide Includes) in JBoss?

Any of you guys have enabled SSI (ServerSide Includes) in JBoss? I guess it should be not difficult as it is built on top of a Tomcat instance.
1
vote
1answer
37 views

printing document path with SSI

I'm currently trying to print out a document path with SSI in Apache. I've managed to get it working, except that I have to hard code in the 'http://' at the beginning. My current code is: You are …
1
vote
5answers
304 views

Getting Apache to modify static webpages on the fly

I have been experimenting with woopra.com A web analytics tool. Which requires a piece of javascript code to be added to each page to function. This is easy enough with more dynamic sites with …
0
votes
1answer
27 views

When to use Server Side Includes?

In apache's doc about SSI it says that: "SSI is a great way to add small pieces of information, such as the current time. But if a majority of your page is being generated at the time that it is …
0
votes
1answer
20 views

Server Side Includes and GZip?

Is it possible to use GZip compression on the ouput of files that have been created using server side includes in IIS 6? If so how?
0
votes
0answers
12 views

Microsoft Index Server - SSI

Hi experts... I'm currently having difficulty integrating my Search page, which is currently using Microsoft Index Server, with my generated .shtml files from the CMS. It seems that Microsoft Index …
0
votes
0answers
25 views

SSI: Navigation Menu TOO Long - Can you help?

The SSI menu file is http://www.fabserv.com/includes/navigation.ssi and the drop down menu on the root URL. I took over maintenance on a site that is using this SSI menu drop down file but …
0
votes
3answers
87 views

Possible memory leaks on a plain jsp site

First of all, I lie, it's not really a plain jsp website. It has a couple of pages with database access and a lucene based search engine... and around 400 standalone jsp pages. The problem is that …
0
votes
0answers
45 views

SSI escape HTML output

When i use SSI directive is there any way to escape variable with HTML entities? <META HTTP-EQUIV="Refresh" CONTENT="10; URL="/index.shtml?r=<!--#echo var="HTTP_REFERER" -->"> Thx in …
0
votes
3answers
95 views

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 …
0
votes
1answer
62 views

SSI Jboss not including html (context issues)

Hi I hope that someone out there could give a clue on where to here. Here's the problem. I have enabled SSI in some jboss under Solaris, I have the application web.xml configured as follows: …

1 2 next
15 30 50 per page