500 Internal server error on site.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dersucher
    Junior Member
    • Apr 2004
    • 3

    #1

    500 Internal server error on site.

    I get an internal server error accessing any part of one of my sites, UNLESS i specify the index.php in the URI.

    I had this problem once before, but I can not remember what was done to correct it.


    Many Thanks


    Dave
  • -Oz-
    Senior Member
    • Mar 2004
    • 545

    #2
    One possible think you can do is create an .htaccess file with the directory index set:
    Code:
    DirectoryIndex index.php
    Dan Blomberg

    Comment

    Working...