Results 1 to 2 of 2

Thread: Rules involving SSI???

  1. #1
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Exclamation Rules involving SSI???

    Is there a rule with SSI that says your SSI sheet needs to be in the same folder as your the pages you want to load into the SSI page?

    The reason I ask is because if you look at my page
    http://www.robinsden.110mb.com/servi...er/rates.shtml

    I have palced the full path to both pages I would like to include in my page but they still are not loading.

    One other Note: I have another page already working but both the SSI and pages I load into it are in the same folder, so agin my question is, is this the only way SSI will work?
    Last edited by robin9000; 02-07-2009 at 03:55 PM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    This is what I could find:
    The file attribute is a file path, relative to the current directory. That means that it cannot be an absolute file path (starting with /), nor can it contain ../ as part of that path. The virtual attribute is probably more useful, and should specify a URL relative to the document being served. It can start with a /, but must be on the same server as the file being served.
    Source: http://httpd.apache.org/docs/1.3/howto/ssi.html

    Good luck!

Bookmarks

Posting Permissions

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