Click to See Complete Forum and Search --> : SSI works in DW but not live


psquillace
11-24-2006, 10:51 AM
ello All:

I am trying to make my life easy by using SSI on my site (http://72.52.184.27/~gzwscom/) but I cannot get them to work.

I know that they are turned on in my .htaccess file so there is nothing more there I can do.

I inserted <!--#include virtual="includes/global-footer.shtml" --> and used the shtml extention cause I tested it on my server and that one works for some reason not html but I still see nothing in the footer where I placed this code.

It works in dreamweaver design mode but not when I upload it live :confused:

additionally, it works when you type in the address to it directly (http://72.52.184.27/~gzwscom/includes/global-footer.shtml)

Can somone help me figure what else I am doing wrong?

ryanbutler
11-25-2006, 11:51 AM
You have it backwards, rename the include's extension to .htm and then re-name the page's extension that is calling the include .shtml.

psquillace
11-25-2006, 03:23 PM
Man, how embarassing.....
thanks for all the help to get this going. :rolleyes: