500 now 404 after .HTACESS delete

Discussion in 'Blogging' started by NYSkyline, Dec 3, 2010.

  1. #1
    I just moved a site i've been creating on my localhost online after some inital bumps in road a got the links to go to domain.com/page instead of localhost/page
    now when I go to the page domain.com/page I get a 500 error

    I got the phone with the hosting company who had no idea what was going on and had them delete the .htacess file b/c I for some reason couldn't see it when I ftp to the site

    After I had them delete it i now get a 404 not found error when try to follow link such as domain.com/page and thats where I am at

    Please help, any suggestions are helpful
     
    NYSkyline, Dec 3, 2010 IP
  2. sonasathish

    sonasathish Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #2
    I think you're having problems with your permalinks. Search "google" for these keywords. Permalink error and .htaccess. You will get some help for sure.
     
    sonasathish, Dec 6, 2010 IP
  3. Greg Carnegie

    Greg Carnegie Peon

    Messages:
    385
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You get 404 because there is no .htaccess file so no rewriting is being done. 500 is a sign that there is an error in your .htaccess, you can check Apache logs for errors or try to debug it. Simply remove one line at the time and see when will it stop giving 500 error, then you will know which line in .ht is causing troubles.
     
    Greg Carnegie, Dec 6, 2010 IP