0 Replies Latest reply: Nov 10, 2014 7:50 PM by Adobe_is_Fun RSS

    Dreamweaver previews first Server Side Include Only (SSI)

    Adobe_is_Fun Community Member

      Dreamweaver CC and 2014 preview the first Server Side Include (SSI) only, even if the Adobe extension is installed (Using the SSI extension in Dreamweaver to create page headers | Adobe Developer Connection)

       

      How do I set Dreamweaver to preview multiple (more than one) SSI's?

       

      Example Code:

       

       

      <!doctype html>

      <html>

      <head>

      <meta charset="utf-8">

      <title>Untitled Document</title>

       

      </head>

       

      <body>

       

      <!--#include virtual="/content.shtml" -->

      <!--#include virtual="/content2.shtml" -->

       

      </body>

      </html>

       

      The code above will preview the text in "Content.shtml" but will not display the text in "content2.shtml".

      For troubleshooting purposes, I have reduced the content in each file to only single lines of basic text.

       

       

      Please advise. Thanks.

      ---------------------------------------------

      Update:

       

      Dreamweaver Live View will show all of the server side includes. However the "Design View" and "Preview in Browser" will only show the one ssi.

      The following Preference settings are enabled:

      -Preview using temporary file

      -Show contents of included file

      ---------------------------------------------

      Update 2:

      I discovered that server side includes have been removed from the Dreamweaver interface, inferred from this article: A Look at the Modernized Dreamweaver CC : Adobe Dreamweaver Team Blog. If Server Side Includes were removed, can they be added again using the Server Behavior extension?

      ---------------------------------------------