<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013012" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013012</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ssi-problem-0#comment-1075561</link>
    <description> &lt;p&gt;good point AndyB!&lt;br /&gt;
you should use full paths for images inside included files.&lt;/p&gt;
&lt;p&gt;at work I use &lt;strong&gt;file=&quot;../../file.asp&quot;&lt;/strong&gt;. it&#039;s on an NT server with IIS.&lt;br /&gt;
at home I use &lt;strong&gt;virtual=&quot;../file.html&quot;&lt;/strong&gt;. it&#039;s on a *nix box with apache.&lt;/p&gt;
&lt;p&gt;it may just be the way your web server is set up...&lt;/p&gt;
&lt;p&gt;try &lt;strong&gt;file=&quot;/dir/file.ext&quot;&lt;/strong&gt; this will start at the root dir&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Dec 2000 04:21:14 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1075561 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ssi-problem-0#comment-1075560</link>
    <description> &lt;p&gt;dumb trick may help ... put an image in the same folder as the includes, then create a link from your top level html files to the image.  If the image shows, then you have the correct relative path to the includes folder.&lt;/p&gt;
&lt;p&gt;But - once the included file is included in an upper level html file its intrinsic relative link structure will be different from its &#039;natural&#039; state ... if you know what I mean????&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Dec 2000 03:57:35 +0000</pubDate>
 <dc:creator>AndyB</dc:creator>
 <guid isPermaLink="false">comment 1075560 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ssi-problem-0#comment-1075554</link>
    <description> &lt;p&gt;I agree with Jaiem, I don&#039;t use the period in front of the file path and it works on my server. &lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
(I don&#039;t use the &quot;..&quot; and it works on my servers.)
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Using the 2 periods in front of the file path cause an error for me. Maybe it can&#039;t find the sub-directory and file as the period could mean 2 levels down as in DOS.&lt;/p&gt;
&lt;p&gt;[Edited by NSS on Dec. 11, 2000 at 08:31 PM]&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Dec 2000 01:14:11 +0000</pubDate>
 <dc:creator>NSS</dc:creator>
 <guid isPermaLink="false">comment 1075554 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ssi-problem-0#comment-1075522</link>
    <description> &lt;p&gt;Hmm... i tried that and it didn&#039;t work... I&#039;ll try again on a different server account.&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Dec 2000 17:39:15 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1075522 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ssi-problem-0#comment-1075517</link>
    <description> &lt;p&gt;Not sure what you mean by &quot;directory structure&quot;.&lt;/p&gt;
&lt;p&gt;You can definately nest SSI Includes (I do that a lot) and it&#039;s shouldn&#039;t matter what dir the included file is in. You just provide the virtual path to each file (I don&#039;t use the &quot;..&quot; and it works on my servers.)&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Dec 2000 16:59:07 +0000</pubDate>
 <dc:creator>Jaiem</dc:creator>
 <guid isPermaLink="false">comment 1075517 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ssi-problem-0#comment-1075516</link>
    <description> &lt;p&gt;Here&#039;s my file structure so far:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;+ Athletes&lt;br /&gt;&amp;nbsp; - jwomen.shtml&lt;br /&gt;&amp;nbsp; - swomen.shtml&lt;br /&gt;&amp;nbsp; - wretired.shtml&lt;br /&gt;+ Events&lt;br /&gt;&amp;nbsp; - reports.shtml&lt;br /&gt;&amp;nbsp; - calendar.shtml&lt;br /&gt;&amp;nbsp; - results.shtml&amp;nbsp; &lt;br /&gt;&amp;nbsp; + results&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - nationals.shtml&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + nationals&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 88nats_srw.shtml&lt;br /&gt;+ templates&lt;br /&gt;&amp;nbsp;&amp;nbsp; - header.html&lt;br /&gt;&amp;nbsp;&amp;nbsp; - footer.html&lt;br /&gt;&amp;nbsp;&amp;nbsp; - style.css&lt;br /&gt;.....&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;That&#039;s just part of it right there (and not all of that is uploaded BTW, just the first two levels really) - there will be a lot more eventually.&lt;/p&gt;
&lt;p&gt;The SSI code in the second level folders (jwomen.shtml, swomen.shtml etc.) looks like this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!--#include virtual=&amp;quot;../templates/header.html&amp;quot; --&amp;gt;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;Thanks for your help!&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Dec 2000 16:48:50 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1075516 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ssi-problem-0#comment-1075512</link>
    <description> &lt;p&gt;could you draw for us a file structure? like:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;+folder1&lt;br /&gt; -file1&lt;br /&gt; -file2&lt;br /&gt; -file3&lt;br /&gt; +folder2&lt;br /&gt;&amp;nbsp; -file4&lt;br /&gt;+folder3&lt;br /&gt; -file5&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;are you using &lt;strong&gt;file&lt;/strong&gt; or &lt;strong&gt;virtual&lt;/strong&gt;?&lt;br /&gt;
are you using &lt;strong&gt;../&lt;/strong&gt;?&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Dec 2000 16:35:35 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1075512 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
