Author Topic: [basic package] .htaccess will redirect to doteasy.com  (Read 8047 times)

Offline grettemark

  • Newbie
  • *
  • Posts: 1
  • Hosting Package: Basic
[basic package] .htaccess will redirect to doteasy.com
« on: April 09, 2011, 01:08:22 AM »
Hello,

I want to setup my wedding website with a password to protect our photos from the angry outside world. I have setup a .htaccess file with a .htpasswd file. The locations for both are /public_html/.htaccess and /.htpasswd, both files are set to ASCII with permissions 755.

The following is the content of my .htaccess file.
Code: [Select]
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /.htpasswd
AuthGroupFile /dev/null
require valid-user

I have used the password generator at http://www.tools.dynamicdrive.com/password/ . Everytime I put in my login details I get transferred to http://www.doteasy.com instead of my own website. I also realized that even when I don't have a password file this happens.

Would anyone have an idea of what is wrong here?

Offline Doteasy Marketing

  • Administrator
  • Newbie
  • *****
  • Posts: 49
Re: [basic package] .htaccess will redirect to doteasy.com
« Reply #1 on: April 12, 2011, 06:27:02 PM »
To better troubleshoot the problem, please submit a ticket at https://www.doteasy.com/ContactUs/SMS3/. Thanks.