SitePoint Sponsor

User Tag List

Results 1 to 6 of 6

Thread: 500 internal server error?

  1. #1
    SitePoint Addict smittenbite's Avatar
    Join Date
    Jul 2005
    Location
    Friendswood
    Posts
    397
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    500 internal server error?

    what is a 500 internal server error? i was uploading things to my site and all the sudden on one of the pages where i submit a form it gives me a 500 internal server error. i contacted support and they said they were working on it. i have tried to upload an old version of the file that worked before but it still gave me the same error. they said they would get back to me within 24 hours, its been three days and i still have the problem and no notes/email from them . does internal sever error mean its not a problem on my side or could it be some of my code causing the problem?
    nothing.

  2. #2
    SitePoint Evangelist hexburner's Avatar
    Join Date
    Jan 2007
    Location
    Belgium
    Posts
    588
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's a problem with a .htaccess-file.
    .htaccess-files are used to rewrite urls like http://domain.com/index.php?page=about-me to http://domain.com/about-me.

    Probably there's a typo in the regex syntax.
    Check the syntax in the file(s) named .htaccess
    FOR SALE: 1 set of morals, never used, will sell cheap

  3. #3
    SitePoint Wizard silver trophy ldcdc's Avatar
    Join Date
    May 2004
    Location
    Ploiesti
    Posts
    4,475
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In any case, the host should have access to more data that can help to better determine the cause. Contact them again, and push for a resolution.
    HostPeek.com - budget hosts, compared
    CouponsNexus.com - web hosting coupons

    Ultra Cheap Hosts | Web Hosting Reviews Forums

  4. #4
    hosting-rebate.com charlesgan's Avatar
    Join Date
    Oct 2006
    Posts
    588
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    error 500... server side. sound like script problem to me

  5. #5
    SitePoint Addict smittenbite's Avatar
    Join Date
    Jul 2005
    Location
    Friendswood
    Posts
    397
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there is no htaccess file that i can see. i am with dream host. i just contacted them again to see what was up - hopefully they will answer soon =( thanks guys
    nothing.

  6. #6
    SitePoint Enthusiast
    Join Date
    Jun 2007
    Location
    Frankfurt/Germany
    Posts
    64
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not necessarily .htaccess related.

    Very often it is a chown/chmod problem. Please check ownership and rights of the said script. I bet, a chmod 755 /path/to/script will solve the problem.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •