im0theros31
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 0
hello im tryng to protect a directory on my web,
i wrote a .htacces file with this lines
AuthName "locked"
AuthType Basic
AuthGroupFile /dev/null
require valid-user
AuthUserFile "/home/i0theros/locked/.htpasswds"
and i wrote in the .htpasswds file
userass
as an example and try if everything is working but it doesnt work
i need help because im gonna integrate paypal to my website (a suscription system)
but if this doesnt work obviously paypal wont .
i think the path is ok because i wrote it wrong once and that gave me a 500 server error and now just ask me for the user and password several times.
i dont want to use the cpanel feature because paypal writes the user and password athomaticaly and with its own encryption system .
if someone can help me to integrate paypal service that would be awesome cause i never did it before.
i wrote a .htacces file with this lines
AuthName "locked"
AuthType Basic
AuthGroupFile /dev/null
require valid-user
AuthUserFile "/home/i0theros/locked/.htpasswds"
and i wrote in the .htpasswds file
userass
as an example and try if everything is working but it doesnt work
i need help because im gonna integrate paypal to my website (a suscription system)
but if this doesnt work obviously paypal wont .
i think the path is ok because i wrote it wrong once and that gave me a 500 server error and now just ask me for the user and password several times.
i dont want to use the cpanel feature because paypal writes the user and password athomaticaly and with its own encryption system .
if someone can help me to integrate paypal service that would be awesome cause i never did it before.