Server Side Includes and Contribute 4

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Server Side Includes and Contribute 4

    We would like to create a web site with one or two SSIs ... the site will be
    maintained by the client using Contribute 4. We are hoping to be able to allow
    them to edit the includes as well.

    Does anyone have any suggestions for us?

    Marje Guest

  2. Similar Questions and Discussions

    1. Big Problem with Server Side Includes (SSI)
      We're experiencing a major problem with Server Side Includes that are written in ASP.NET / C# code, i.e. <% Response.WriteFile...
    2. server side includes
      hello I am trying to use my navagation menu as a server side include. I don't know that much about SSI, but it is working, the image shows up. But...
    3. document relative server-side includes and drafts
      Hello, On our intranet, I have created Dreamweaver templates for Contribute (and Dreamweaver) users with a left-menu server side include that is...
    4. Server Side Includes and Javascript
      Can one safely include javascript in a server-side include (SSI) file? It seems to work but don't know if it will create problems down the line. I...
    5. Random Server Side Includes
      Hi all, What I would like to do is randomize which file gets used with as a server side include. Here is what I have so far: <% Const...
  3. #2

    Default Re: Server Side Includes and Contribute 4

    Marje,

    Assuming that your SSIs are simply html or shtml pages that are included in
    the source, your client would have to know the path to the actual include.
    They should be able to enter that URL into the address bar in Contribute and
    then edit that file. This assumes, of course, that the include is located in a
    directory that the client has editing privileges to.

    I have several pages on my site that use SSIs as well and so far have been
    unable to find any other method accomplishing this. It would nice if
    Contribute mimicked Dreamweaver in this case to allow the user to easily access
    the included file.

    arfore Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139