Jump to content

.htaccess doesnt work


IceDragon

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.