my sites were hacked and now is this different?

Discussion in 'Programming' started by superrichguy, Feb 9, 2007.

  1. #1
    My sites were hacked but the person put it back, thankfully. But my htaccess page looks different? is it supposed to read this way?
    # -FrontPage-
    
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    
    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName www.website.com
    AuthUserFile /home/jmpearso/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/jmpearso/public_html/_vti_pvt/service.grp
    
    PHP:

     
    superrichguy, Feb 9, 2007 IP
  2. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #2
    contact your host , let him know what happened .

    put back your old .htaccess .

    try to check the logs to see if there is any trace of what he did

    try to check your bandwith , your space size , your sent email to check if evrything is normal .
     
    commandos, Feb 9, 2007 IP