500 Internal Server Error on all pages

Discussion in 'Site & Server Administration' started by bbrian017, Aug 16, 2008.

  1. #1
    bbrian017, Aug 16, 2008 IP
  2. blowingideas

    blowingideas Peon

    Messages:
    642
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    have you check .htaccess in your web space?
     
    blowingideas, Aug 16, 2008 IP
  3. bbrian017

    bbrian017 Well-Known Member

    Messages:
    2,990
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    170
    #3
    I have a .htaccess and this is it there,

     
    bbrian017, Aug 16, 2008 IP
  4. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #4
    Comment out all lines (put a # in front of them) in your .htaccess file and reload your pages. If it works, you have a mod_rewrite problem (i.e. its not installed).

    Jay
     
    jayshah, Aug 17, 2008 IP
  5. bbrian017

    bbrian017 Well-Known Member

    Messages:
    2,990
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    170
    #5
    This issue was fixed thanks guys~
     
    bbrian017, Aug 17, 2008 IP
  6. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #6
    Can you possibly post the solution you used so that anyone else who searches it can find it?

    Thanks.
     
    jayshah, Aug 17, 2008 IP
  7. bbrian017

    bbrian017 Well-Known Member

    Messages:
    2,990
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    170
    #7
    After RewriteEngine On add
    RewriteBase /

    This worked for me!
     
    bbrian017, Aug 17, 2008 IP