From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [OT] Issue with exported html on webserver Date: Sun, 25 Mar 2012 17:25:16 -0400 Message-ID: <15454.1332710716@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBuwS-00025Z-3W for emacs-orgmode@gnu.org; Sun, 25 Mar 2012 17:25:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SBuwO-00052r-Ps for emacs-orgmode@gnu.org; Sun, 25 Mar 2012 17:25:35 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:27653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBuwO-00051d-Kk for emacs-orgmode@gnu.org; Sun, 25 Mar 2012 17:25:32 -0400 In-Reply-To: Message from suvayu ali of "Sun, 25 Mar 2012 22:19:03 +0200." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: suvayu ali Cc: nicholas.dokos@hp.com, org-mode mailing list suvayu ali wrote: > > > This generates the following error in the Apache logs: > > PHP Parse error: syntax error, unexpected T_STRING in > /user/sali/public_html/bug.html on line 1 > > Removing the line renders the page properly. > > For an example, look in the following directory. > > > > + bug.html renders correctly (the first line has been removed) > + fails-bug.html shows a blank page (this is as org exports it) > > This is rather perplexing, since I have successfully used html exported > by org before on other webservers (e.g. the public_html directory in my > previous university). Can someone help me find out what is the issue > here? > The server seems misconfigured to me: why is PHP entering into the picture at all? Nick