IceDragon Posted February 24, 2008 Share Posted February 24, 2008 hey, i created a .htaccess and .htpassword files and when i try to access the test.php on my website and enter the username and password it doesnt work. can anyone tell me where's the problem? .htaccess <Files "test.php"> AuthUserFile /www/test.mytestwebsite.net/.htpasswd/ AuthType Basic AuthName "Test test test" <LIMIT GET> require valid-user </LIMIT> </Files> .htpassword test:test i even tried encyrpting 'test' password but it still wouldnt work. Link to comment https://forums.phpfreaks.com/topic/92769-htaccess-doesnt-work/ Share on other sites More sharing options...
wildteen88 Posted February 25, 2008 Share Posted February 25, 2008 What do you mean doesn't work? The password in htpassword will need to be encrypted by running the htpassword utility that came with Apache. Have a read of the Apache Documentation on Authentication with .htaccess/.htpassword. Link to comment https://forums.phpfreaks.com/topic/92769-htaccess-doesnt-work/#findComment-476136 Share on other sites More sharing options...
IceDragon Posted February 29, 2008 Author Share Posted February 29, 2008 i got it working. the path to dir was wrong. thanks anyway =) Link to comment https://forums.phpfreaks.com/topic/92769-htaccess-doesnt-work/#findComment-479964 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.