|
|
 |
|
|
Pages: 1
SSI - Server Side Include.
(Click here to view the original thread with full colors/images)
Posted by: Kerash
Well, I recently finished the menu for my new site. ( It's on the main page right now: http://www.LearningMore.cjb.net
As I recently had a magor content ' Vision ' For my site. ( As, If you whatch the page, you will see. ) But, with this new menu, I could really use the help of SSI, Though i've searched everywhere, high and low and found absolutly no resources ( Tutorials, etc. etc. ) On the subject, I know what it is how it works and what supports it BUT.. i don't have a CLUE as to how to impliment it on a page. If anybody knows of sites with SSI ( Server Side Include. ) Information, i'd Love to see them PLEASE!
Thankies.
P.S: I have finished a BBs script for the site aswell, It will be up as soon as i get the SSI going, and the most part of the page finished, So don't be shy
------------------
Who am i? Anybody?
Exactly
Posted by: Kerash
One more thing.
I know you dissliked me posting the link to my site on your board, i've linked your site on my page, though i don't expect the same from you considering the content on the main page. After i have learned what i wanted, or have hoped to learn from this thread, you can delete it if you wish.
Though, I know the site ( From the main page ) Looks like it's only directing information at 1 subject, Well yes, cause thats what the original Idea was. Though i'm going to TRY and cover every area i Know, With Guides, FAQ's, and a Cencorshipless BBs ( Eventually. The BBs is finished, Guides are Writin' waiting to be uploaded. )
As i said, I don't expect to be linked in exchange for me linking your site, And, Delete this thread after i get the links if you must, i'd understand and what not, i know your stance on cheat support.
------------------
Who am i? Anybody?
Exactly
Posted by: Canis Lupus
Considering you already know how it works and what the theory is behind it, here is how you use it:
To incorporate SSI tags into the page, insert the following tags to where you want the SSI pages to appear:
To pull a regular HTML file:
<!--#include virtual="/path/to/filename.html" -->
To pull a cgi script:
<!--#include virtual="/cgi-bin/script.cgi" -->
or
<!--#exec cgi="script.cgi" -->
Of course, these are just examples, because there are numerous other SSI syntaxes to use. A good link to check out to further enhance learning is:
http://www.useforesite.com/tut_ssi.shtml
Posted by: Kerash
Thanks man http://www.opentechsupport.net/forums/smile.gif
------------------
Who am i? Anybody?
Exactly
Posted by: Kerash
Yea, i have a rather good idea of how it works.
i figured it worked just like the new Library features in win32 assembly ( I.E: #INCLUDE ("lib.stnd.output" ) I just didn't know the correct Syntax. But thanks again, 'tiss muchly apreciated http://www.opentechsupport.net/forums/smile.gif
<FONT COLOR="#FF0000" SIZE="1" FACE="Verdana, Arial">[This message has been edited by Kerash on February 27, 2001 @ 11:59 AM]</font>
|
|
|
|
|