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.
我最近在我的服务器上安装了 Xampp,所以我可以测试 Apache/MySQL/Tomcat。在第一次打开网站时,我希望用户进入登录页面——然后进入“主页”页面。
我在一个单独的文件夹中设置了登录页面,它工作得很好,但我必须通过在浏览器中输入地址来手动打开它。我在登录页面上有一个链接,允许用户转到“主页”页面(验证凭据后)。
我如何告诉 Apache 第一次去这个不同的登录页面?现在它只进入“主页”页面,我不知道如何告诉它去任何不同的地方。
有什么帮助吗?