0

I have got XAMPP Version 1.8.3-4 and I am running this program in Mac. I want to delete this authentication mode but I can't find the .htaccess and .htpasswd files in my folder. Does anyone know where I can find it?

I found out that after deleting these files, there won't show the authentication message box to access localhost/phpmyadmin. There I want to delete these files to get rid of this authentication message box.

Sandesh Rana
  • 81
  • 4
  • 13

1 Answers1

0

The .htacess is stored in the htdocs folder under the root directory of the xampp install directory.

So most likely /.../Xampp/xamppfiles/htdoc/

eggman
  • 383
  • 1
  • 5
  • 17
  • will the name of the file would be .htaccess something? because I can't find any file named as such. @user3125923 – Sandesh Rana Dec 18 '14 at 14:08
  • You can not see in the finder a file that begins with a period (use console or FTP software) – Croises Dec 18 '14 at 17:52
  • This tutorial shows how to reveal hidden files such as .htaccess - http://www.turnwall.com/articles/show-hidden-files-in-mac-os-x/ – eggman Dec 19 '14 at 09:28