Jump to content

reNkai

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by reNkai

  1. Hi I have a website which I want to test restricting access with an .htpasswd file. The setup seems simple enough - just create the file, use a password generator to populate the contents of the htpasswd file, then set up your htaccess file and you're good to go. I've done everything correct (I think), but I get 'Internal Server Error 500' on my site when I try it out. I'm thinking possibly the path to the .htpasswd is not correct?

     

    What I have in .htaccess is:

     

    AuthUserFile /xyz/.htpasswd

    AuthType Basic

    AuthName "Login Details"

    Require valid-user

     

    The directory /xyz is in the /public_html folder. Would this path be correct? Or is there another path I should use here? Thanks for any help.

  2. Hi folks, in one of my accounts I have discovered a folder called xrggs, appears to have been created on Dec 2, 2009.

     

    The folder contains a php script, qeu.php, which I can't quite tell what it's meant to do. It contains several functions that use fwrite() fopen() pregreplace, mkdir... appears to be a hack. I have removed the folder from my account. I'm just curious what others experience might be. I run a wordpress blog on this account - the site still works fine, but this attempted hack is cause for some concern.

     

    Google search for "xrggs" and wordpress doesn't turn up anything. Just a search for xrggs folder doesn't get anything either. Very strange!

×
×
  • Create New...