• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

server side includes-not working in linux server

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all!!!

I have a very strange problem. i have a page which has some server side includes.The problem is it works fine when i run it in IIS but the includes does not work on linux server.

I am post the code.
/*
<HTML>

<HEAD>
<TITLE>Marksman Technologies Inc, Noida,India</TITLE>
<META NAME="Description" CONTENT="Marksman Technologies Inc, Noida,India">
<META NAME="Keywords" CONTENT="Marksman Technologies Inc, Noida,India">
<META NAME="robots" CONTENT="index,follow">
<LINK HREF="main.css" REL="STYLESHEET" TYPE="text/css">

<SCRIPT LANGUAGE="Javascript" SRC="main.js"></SCRIPT>
</HEAD>

<BODY LEFTMARGIN="0" TOPMARGIN="0">

<!--#include virtual="/includes/head-nav.html"-->


<!--#include virtual="includes/about.html"-->

<TABLE WIDTH="100%" BORDER="0" VSPACE="0" HSPACE="0" CELLPADDING="0"
CELLSPACING="0" ALIGN="CENTER">
<TR>
<TD WIDTH="190" ROWSPAN="2" VALIGN="TOP">

<!--#include file="/includes/leftnav.html"-->

</TD>
<TD WIDTH="11" ROWSPAN="2" VALIGN="TOP"
BACKGROUND="images/left-nav-shadow2.gif"></TD>
<TD VALIGN="TOP" BGCOLOR="#FCFCFC">
<TABLE WIDTH="100%" BORDER="0" VSPACE="0" HSPACE="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER">
*/

Please suggest!!!
 
Himanshu Bisht
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no one answered my question!!!
Is it that difficult or its very absurd???

Well i just got some answers where i was told that these includes are server dependent.

himanshu
 
please buy this thing and then I get a fat cut of the action:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic