Author Topic: index.php not showing  (Read 4170 times)

0 Members and 1 Guest are viewing this topic.

Offline DOCTORHANDS

  • Pre-Newbie
  • Posts: 1
    • View Profile
index.php not showing
« on: October 15, 2005, 07:14:47 PM »
I have been having a problem with all my php sites. The index.php doesn't load when you enter my URL. The site index showing all of my files shows instead. I don't have any other index. file there either i.e. index.html.

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: index.php not showing
« Reply #1 on: October 15, 2005, 07:53:22 PM »
You can check is set by creating a file named phpinfo.php and placing this inside it:

Code:

<?php
phpinfo();
?>

Upload it to the top-level of your web site and load http://www.your-domain.ldt/phpinfo.php in your browser.

stand php: off or on? can you see this file?