HTTP authentication using PHP authentication

前端 未结 2 794
醉酒成梦
醉酒成梦 2021-01-16 14:21

I\'m making a members area for my site and I have it already running. I authenticate members using mysql and php and this works really well.

But now problems occurs,

2条回答
  •  [愿得一人]
    2021-01-16 14:46

    Check out Using PHP/Apache to restrict access to static files (html, css, img, etc). I think the approach taken there is pretty similar to your problem.

提交回复
热议问题