Hello,
How can I pass a username and password to a .htaccess file without having that dialog box appear.
The purpose of this is to make sure the user went through the correct links to get there and not by typing the URL directly.
I have tried with no luck
Header("Location: [url]http://[/url]$user:$pass@$site/$dir/$filename");
any idea's?
Thanks