| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| EvaStar -
 
 
 Joined: 17 Dec 2002
 Posts: 62
 Location: Ontario
 
 | 
			
				|  Posted: Sun Jan 12, 2003 7:03 pm    Post subject: SSI |   |  
				| 
 |  
				| Does anyone now the SSI line to include a file on a shtml page...??? |  | 
	
		| Back to top |     | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Mon Jan 13, 2003 12:27 am    Post subject: Re: SSI |   |  
				| 
 |  
				|  	  | EvaStar wrote: |  	  | Does anyone now the SSI line to include a file on a shtml page...??? | 
 All the SSI directive are described in the documentation that comes with Abyss Web Serer (see SSI chapter.) You can also have a look on the online copy at http://www.aprelium.com/data/abyssws-x1-win-doc-html/ssi.html .
 To include a file, you should use:
 
  	  | Code: |  	  | <!-- #include virtual="file" -->
 
 | 
 or
 
  	  | Code: |  	  | <!-- #include file="file" -->
 
 | 
 Of course, both syntaxes have different usage and you should read the documentation for more information.
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		|  |