Using Server Side Includes with files located in different directories

If the server-side include calls a file that is located in another directory in the account, you need to make some modifications.
For example:

<!--#include virtual="../menu.html" -->

The file named "menu.html" is located in the directory above the location of the file referencing it.
Instead of using "#include file" you must use the command "#include virtual".



The source code of this page
<body>
<!--#include virtual="../menu.html" -->
</body>

Also the folder "Adobe_Style_Menu" must be copied into the "newfolder" directory.