On Fri, Nov 5, 2010 at 1:43 PM, Scott Shippee <sshippee@xxxxxxxxxx> wrote: > I maintain a series of web sites for the fraternal organizations I belong to > and recently we published a set of web pages to out server for one of the > sites and we are getting: > > > > Parse error: syntax error, unexpected T_STRING in > /home/harmony9/www/harmonylodge9/Doric_Masonic_Center.html on line 1 > > > > I have traced it to the first line which is: > > > > <?xml version="1.0" encoding="UTF-8"?> > > > > Which if removed allows the page to work, HOWEVER, according to the > standards, this line should be there any ideas? > > > > I have PHP & MySQL installed as well > > > > Scott That is a PHP error message. You have configured Apache to serve HTML as PHP scripts, and XML prologs are not valid in PHP (google PHP XML prolog). Cheers Tom --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx