|
How can I activate SSI in VaJave-TE : When I start TE, I can load my welcome.page and load all links on this HTTP-root document. One of the links uses SSI. The masterdocument is loaded but 'include' is shown as text-only whereas it should display details of 'include'-files. I had to activate this in HTTP-server for 'The Live WebServer' but cannot find these settings in VaJava-TE. Source : HTTP document: <html> <head> <title>Conti-Lines: Signon</title> <style fprolloverstyle>A:hover {color: #000080; font-weight: bold} </style> <base target="_self"> </head> <body topmargin="0" leftmargin="0" background ="/images/Water000_800_000_100.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="750"> <!--#include virtual="/Conti/ssi/Header.html"--> <!--#include virtual="/Conti/ssi/SignonBody.html"--> </table> </body> </html> Result : HTTP document: only background is shown... <html> <head> <title>Conti-Lines: Signon</title> <style fprolloverstyle>A:hover {color: #000080; font-weight: bold} </style> <base target="_self"> </head> <body topmargin="0" leftmargin="0" background ="/images/Water000_800_000_100.jpg"> <table border="0" cellpadding="0" cellspacing="0" width="750"> <!--#include virtual="/Conti/ssi/Header.html"--> <!--#include virtual="/Conti/ssi/SignonBody.html"--> </table> </body> </html>
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.