| :: [etc] Server side includes in apache :: | ||||
| HOME |
<!--#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>