this problem has occurred again
user is uploading files from iMac iWeb program, here is the file
Code:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html
xmlns="http://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="refre
sh" content="0;url= Site/Welcome.html" /></head><body></body></html>
when you view in browser you get
Parse error: syntax error, unexpected T_STRING in /home/dannyhub/public_html/index.php on line 1
If I remove the line
Code:
<?xml version="1.0" encoding="UTF-8"?>
the web page displays normally. I know it is some setting in apache but have yet to find it.