Top "Server-side-includes" questions

Server Side Includes (SSI) is a simple interpreted server-side scripting language used almost exclusively for the Web.

Equivalent of include() in HTML

I was wondering wether there is a way to include some html content inside another html using only html? A …

php html function include server-side-includes
Why isn't #include working on .asp page in IIS7.5?

I saw a similar question to this, but mine is slightly different: I'm get intermittent results with #include files working …

asp-classic iis-7.5 server-side-includes
Running PHP without extension without using mod_rewrite?

Using Apache 2.2 and PHP 5, what's the best way to run PHP without the .php extension? For example, I have a …

php mod-rewrite apache server-side-includes
What is the right path for PHP includes on a Mac?

Running Mac OS X 10.5.8, with PHP 5.2.11 Pre-installed. Using Coda 1.6.10. I'm writing PHP files, and then preview them running from file, …

php macos include server-side-includes include-path
PHP Check If require_once() Content Is Empty

I am working on a PHP script which involves me including several external PHP scripts via the "require_once()" method. …

php include server-side-includes require-once
What is the scope of require_once in PHP?

Simple question: Is the scope of require_once global? For example: <?PHP require_once('baz.php'); // do some stuff …

php scope server-side-includes require-once
SSI #set variable and #echo issue

I have a simple .shtml file that I have declared a variable in it. <!--#set var="testVar" value="12345" …

server-side-includes
Server Side Includes Not Working on Windows 2008/IIS 7

We have a Windows 2008 web server running IIS7 and cannot seem to get ServerSideIncludes to work despite following all the …

iis server-side-includes
Why isn't #Include working on .asp page on IIS7?

SYMPTOM: I have Test_virtual.asp with the following: <body>&nbsp; included content starts here: <!--#…

iis-7 asp-classic server-side-includes
Server side includes alternative

I have a static site hosted on GitHub Pages which is starting to grow in size. Normally I would use …

html iframe github-pages server-side-includes