Can someone tell me whats wrong with my site please

Discussion in 'Site & Server Administration' started by ~~Hitler~~, Dec 4, 2007.

  1. #1
    hey like the tile says i want someone to tell me whats wrong with my site and if they can fix it please reply here or pm me here is my site

    thanks in advance
     
    ~~Hitler~~, Dec 4, 2007 IP
  2. blowingideas

    blowingideas Peon

    Messages:
    642
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    usually caused by bad syntax in your .htaccess file.. if the error 500 will occur during execution of your script, most likely permission issues. but since it's with your homepage, maybe with the .htaccess file.
     
    blowingideas, Dec 5, 2007 IP
  3. kmap

    kmap Well-Known Member

    Messages:
    2,215
    Likes Received:
    29
    Best Answers:
    2
    Trophy Points:
    135
    #3
    hust rename the .htaccess file and try to open the site

    Download the backup of .htaccess before you do this


    Other than this you can check the available disk space and bandwidth

    Regards

    Alex
     
    kmap, Dec 5, 2007 IP
  4. KenJay

    KenJay Peon

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You have setting in your .htaccess file that your server company does not allow. Most likely it is a php setting that you are trying to change in .htaccess like

    php_flag register_globals on

    and they have it set to off and they have in their php.ini file to not allow you to change it in your .htaccess. What you will need to do is put those setting that you are trying to change into a php.ini file in your directory. This should stop error and allow you to make setting to allow your script to function. All this is contigent on how your server is setup.
     
    KenJay, Dec 7, 2007 IP