Jump to content

Amnesia

Members
  • Posts

    6
  • Joined

  • Last visited

Amnesia's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. byron thanks for the prompt reply. it is true that i had an index including a header and footer but i have replaced that with the simple index.php with no content at all. so what should be displayed is a blank page. and im still getting the error on firefox. the amazing thing is that once i load it in IE, pressing refresh would lead to the error you described but pressing enter on the address bar would result in the internal server error.
  2. Right now what im experiencing is that if i rename my page to index.html, the page displays perfectly. But once i rename the SAME file with the SAME codes to index.php, then the internal server error occurs. Guidance would be appreciated. Thank you!
  3. yes you would be referring to /public_html folder right? .htaccess is deleted already. Refreshed. http://www.nixonsoh.co.cc still getting internal server error.
  4. i have deleted .htaccess and refreshed. but still doesn't work. its weird because i tried a project in .shtml and it worked. then i deleted everything and put in this index.php and it doesn't work anymore.
  5. byron: I added a custom parser in Apache Handler. But I have removed it already so no issues. wizard: what do you mean by the encoding? Right now i have just put in a very simple index.php page to test it out. This is its content. It is basically HTML but i still received the 500 Internal Server Error. <!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> asdasdasd </body> </html>
  6. Hi. I have a website at http://www.nixonsoh.co.cc/ Username: nixonsoh I have enabled php server-side parsing in CPanel. I have included the following codes in index.php. <html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html> But there was no output. Page source revealed php tags still intact. What is the problem here? Kindly advise. Thank you. And now it prompts me to download an unknown file: application/x-httpd-php5
×
×
  • Create New...