:: [etc] Server side includes in apache ::
HOME


[Date Prev][Date Next][Date Index]

[etc] Server side includes in apache


Note to myself.
----------------
If i want to use SSI's in my html, then I need to make that html executable. for example consider index.html which consists of the following:

index.html:
<html>
...
<body>
...
 <!--#include file="examples.html"-->
...
</body></html>

------------------------------------------------------------------
in this case i need to make <em>index.html</em> executable using the following command
<em>chmod +x index.html</em>



Comments and corrections are appreciated and can be sent to papers@mia.ece.uic.edu. Click here for ©opyright information.