MacResource
server side includes - Printable Version

+- MacResource (https://forums.macresource.com)
+-- Forum: My Category (https://forums.macresource.com/forumdisplay.php?fid=1)
+--- Forum: Tips and Deals (https://forums.macresource.com/forumdisplay.php?fid=3)
+--- Thread: server side includes (/showthread.php?tid=88886)

Pages: 1 2


server side includes - bazookaman - 12-03-2009

are server side includes platform dependent? In other words will they work as well on a unix box as they would on a windows server? it seems I've had them working equally as well on both flavors without a hitch, but I've got some tech support weanie claiming that since I'm using includes I need to be using their windows server.


Re: server side includes - wowzer - 12-03-2009

I dont understand, if your SSI's work on unix, why do you need to use their windows server?


Re: server side includes - M A V I C - 12-03-2009

I've run into issues with it. Namely with newer versions of IIS. Technically you should be able to get IIS to honor them correctly, but chances are by default they may not work.

But in Apache, they should work fine. What's the exact format you're using?


Re: server side includes - Seacrest - 12-03-2009

SSI are mainly an Apache thing.
Apache runs on Windows, but nobody really sets up a Windows server to serve sites with Apache.

So I am flummoxed.

In other news, people still use SSI?


Re: server side includes - wave rider - 12-03-2009

Seacrest wrote: ...
In other news, people still use SSI?

Its fun, cheap, and fast!

=wr=


Re: server side includes - bazookaman - 12-03-2009

includes are not working on the unix server so i emailed tech support. they said the includes were NOT working b/c it was a unix server and that i needed to be set up on a windows server. thats all. just curious.

and what would you use besides includes? I use them ALL the time. Is that bad?


Re: server side includes - wolfcry911 - 12-03-2009

what type of includes? actual SSI or some other language (like php)?


Re: server side includes - bazookaman - 12-03-2009

actual SSI (as far as i know). as in...




Re: server side includes - Seacrest - 12-03-2009

bazookaman wrote:
actual SSI (as far as i know). as in...


Why would this be platform-specific?
You're probably dealing with a moron, or a Windows zealot.


Re: server side includes - bazookaman - 12-03-2009

Seacrest wrote:
Why would this be platform-specific?
You're probably dealing with a moron, or a Windows zealot.

Exactly. Thats why I was wondering.