Setting index.php as the default page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • huskerchen
    Junior Member
    • Apr 2004
    • 14

    #1

    Setting index.php as the default page

    Hi, I installed the PhpList scripts, and did some testing. The messages work pretty good but when I click "unsubscribe from the mailing list", an error message comes out notifying me to set "index.php" as the default page for the web directory. How can I do that in cpanel?

    Thanks,
    Yi
  • gwizz
    Junior Member
    • Mar 2004
    • 1

    #2
    Do you have another index file in the directory ie index.html or index.htm
    If not index.php should be the index page automagically.

    Comment

    • ][kkebra
      Junior Member
      • Mar 2004
      • 7

      #3
      It should work automatically, or you can put this in your .htaccess file

      Code:
      DIRECTORYINDEX index.php

      Comment

      • piku
        Senior Member
        • Mar 2004
        • 153

        #4
        Originally posted by ][kkebra
        It should work automatically, or you can put this in your .htaccess file

        Code:
        DIRECTORYINDEX index.php [B]index.html[/B]
        to be a lil bit more flexible just in case ^^
        my signature was deleted. i miss my signature-filled-with-helpful-dathorn-links *sniff*sniff*

        Comment

        Working...