| Code being executed | Result of execution |
|---|---|
|
<!-- #CONFIG TIMEFMT="%m/%d/%y" --> Today's Date = <!--#ECHO VAR = "DATE_LOCAL" --> |
Today's Date = Sunday, 20-May-2012 12:05:28 MDT |
|
<!-- #CONFIG TIMEFMT="%A, %B %d, %Y" --> Today's Date = <!--#ECHO VAR = "DATE_LOCAL" --> |
Today's Date = Sunday, 20-May-2012 12:05:28 MDT |
| Page URL = <!--#ECHO VAR = "URL" --> | Page URL = (none) |
| Root directory of c:\ = <!--#EXEC CMD="cmd /c dir c:\ /b"--> | Page URL = |
| Modification date of ssi_test.top.html = <!--#FLASTMOD FILE="ssi_test.top.html"--> | Modification date of ssi_test.top.html = Wednesday, 22-Apr-2009 23:31:50 MDT |
|
<!-- #CONFIG SIZEFMT="BYTES" --> Size of ssi_test.top.html = <!--#FSIZE FILE="ssi_test.top.html"--> byte(s) |
Size of ssi_test.top.html = 197 byte(s) |
|
Included content of ssi_test.top.html:<hr/> <!--#include file="ssi_test.top.html"--> |
Included content of ssi_test.top.html: This test includes different SSI commands and shows does SSI extension works or not. |