Results 1 to 6 of 6
  1. #1
    New Pligger manishwatts's Avatar
    Joined
    Oct 2010
    Posts
    13
    Thanks
    Received:0
    Given: 0

    Smile 500 internal server error

    Can any one please help me to get out from this error, 500 internal server error.

    Thanks in advance for cooperation


    my site geofeedz.com was working fine as i want, suddenly i for 500 internal server error and site was not opening. But after some efforts now site is opening but m not able to login as admin, it shows =====>>

    The page you were looking for doesn't exist!

    It may have been removed or you may have arrived here by using a bad URL

    * Try searching for the article you are looking for.
    * Visit the Homepage to see the most recent stories.
    * Browse categories and tags to find a related story.


    Read more about Stories at geofeedz.com

    I have consulted with my hosting agent they told me to set chmod as 755, as per their rules i can't use chmod 777 for longer run. Now i have set chmod level as they told me. and last thing they said me to remove php codes from htaccess file, and these codes are included in htaccess defaults by pligg system. Now i got php.ini file but i doesn't know how to use that file.

    i got this link with clear instructions n i did but it was not working
    http://help.joyent.com/index.php?pg=kb.page&id=124

    i doesn't know about php, So experts, please help me as well.

    Thanks

  2. #2
    Senior Member web20guy's Avatar
    Joined
    Jun 2007
    Location
    North America
    Posts
    259
    Thanks
    Received:15
    Given: 7
    Version
    1.2.0
    First things first,

    review your logs and find out what is causing the error

  3. #3
    Pligg Developer/Coder/Designer ChuckRoast's Avatar
    Joined
    Dec 2005
    Location
    Pliggville USA
    Posts
    9,118
    Thanks
    Received:396
    Given: 73
    Version
    SVN Build
    Site
    http://Pligg.com/chuckroast
    Quote Originally Posted by manishwatts View Post
    Can any one please help me to get out from this error, 500 internal server error.

    Thanks in advance for cooperation
    No one will be able to help you. You haven't provided any information.
    All we know is that you are getting a 500 internal server error. This tells us nothing.
    Please learn how to correctly ask for help.
    Help Keep ChuckRoast Home
    Today's Pligg Blog Post


  4. #4
    New Pligger manishwatts's Avatar
    Joined
    Oct 2010
    Posts
    13
    Thanks
    Received:0
    Given: 0

    Smile

    Quote Originally Posted by web20guy View Post
    First things first,

    review your logs and find out what is causing the error


    Can any one please help me to get out from this error, 500 internal server error.

    Thanks in advance for cooperation


    my site geofeedz.com was working fine as i want, suddenly i for 500 internal server error and site was not opening. But after some efforts now site is opening but m not able to login as admin, it shows =====>>

    The page you were looking for doesn't exist!

    It may have been removed or you may have arrived here by using a bad URL

    * Try searching for the article you are looking for.
    * Visit the Homepage to see the most recent stories.
    * Browse categories and tags to find a related story.


    Read more about Stories at geofeedz.com

    I have consulted with my hosting agent they told me to set chmod as 755, as per their rules i can't use chmod 777 for longer run. Now i have set chmod level as they told me. and last thing they said me to remove php codes from htaccess file, and these codes are included in htaccess defaults by pligg system. Now i got php.ini file but i doesn't know how to use that file.

    i got this link with clear instructions n i did but it was not working
    http://help.joyent.com/index.php?pg=kb.page&id=124

    i doesn't know about php, So experts, please help me as well.

  5. #5
    New Pligger codebase's Avatar
    Joined
    Apr 2010
    Posts
    1
    Thanks
    Received:0
    Given: 0
    For 500 Internal Server Error
    1. Create a blank .htaccess file instead or if that doesnt work try;
    2. add the following into the .htaccess

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^yoursubdomain.yourdomain.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.yourdomain.com$
    RewriteRule ^/?$ "http\:\/\/www\.yourdomain\.com" [R=301,L]
    or add this ..

    AddType x-mapp-php5 .php
    into .htaccess file to compliment the codes above - if the above codes alone, doesn't work ..

    3. save the .htaccess file.

    --------------

    For php.ini
    1. Navigate to root: /cgi-bin . (if there's no cgi-bin folder, create one) then ..go to no.2 below
    2. create a blank php.ini
    3. inside php.ini add

    "register_globals = Off"
    then save.

    If all solutions above doesnt work - perhaps others can provide help.

  6. #6
    New Pligger manishwatts's Avatar
    Joined
    Oct 2010
    Posts
    13
    Thanks
    Received:0
    Given: 0

    Smile

    Quote Originally Posted by codebase View Post
    For 500 Internal Server Error
    1. Create a blank .htaccess file instead or if that doesnt work try;
    2. add the following into the .htaccess



    or add this ..



    into .htaccess file to compliment the codes above - if the above codes alone, doesn't work ..

    3. save the .htaccess file.

    --------------

    For php.ini
    1. Navigate to root: /cgi-bin . (if there's no cgi-bin folder, create one) then ..go to no.2 below
    2. create a blank php.ini
    3. inside php.ini add



    then save.

    If all solutions above doesnt work - perhaps others can provide help.
    Hi,
    your reply to solution is appreciable, thanks

    I did as you instructed me but by this task its still not working now its showing

    "The page you were looking for doesn't exist!

    It may have been removed or you may have arrived here by using a bad URL"


    Its because i changed its permission from 777 to 755 as my web host said me that files will no longer stay as with 777 permission it must be under 755, so i did that but its still showing this above error...

    Please help me as well if u can, thanks

Similar Threads

  1. 500 Internal Server Error
    By mett in forum Questions & Comments
    Replies: 2
    Last Post: 05-13-2012, 11:07 AM
  2. HELP! - 500 Internal Server Error
    By clyd3robert in forum Questions & Comments
    Replies: 0
    Last Post: 12-18-2008, 07:55 AM
  3. Internal server error
    By slick33 in forum Questions & Comments
    Replies: 1
    Last Post: 08-23-2008, 03:01 AM
  4. Internal Server Error
    By cvcxl in forum Questions & Comments
    Replies: 2
    Last Post: 02-29-2008, 03:51 PM
  5. Internal Server Error
    By wagthis in forum Questions & Comments
    Replies: 12
    Last Post: 01-16-2007, 02:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg