hi there...
I have a little problem, which has been bothering me the last 2 days. I know this is not really a flash question, but I´ve tried so hard finding a solution, but I succeeded nowhere! So, this is my last chance.
I´ve setup an Apache Webserver on a Windows 98 system I installed php and mysql. Everything works perfect.
My problem is, I wanted to set up a .htaccess file to protect certain directories. This worked allright, the popup with the authentification came up. Now the problem: in an .htaccess file you need to define the location of the passwordfile(AuthUserFile).
I couldn´t get it working.
I´ve tried all sorts of combinations of paths, relative absolute, everything.My document root is D:\Apache\Apache\htdocs
The .htaccess file is in D:\Apache\Apache\htdocs\phpmyadmin.
The .htpasswd file is in D:\Apache\Apache\htdocs\server\cgi-bin
Is anyone out there who ever set anything like this up and who can tell me the path I need to set for "AuthUserFile" in my .htaccess file?