Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何通过 htaccess 弹出窗口访问用户输入的值?谢谢。
你试过这个吗?
$_SERVER['REMOTE_USER'];
或者
$_SERVER['HTTP_AUTH_USER'];
有了这个,你应该得到用户名。