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.
我也想使用管理员登录页面作为标准用户登录页面。如何将此设置为默认登录页面?
例如,我的管理员登录:localhost/administrator/index.php 是我想在访问时显示的内容:localhost/index.php?option=com_users
理想情况下,当用户未登录并转到本地主机时,我想重定向到管理员登录页面,然后该页面将重定向到管理员后端或前端,具体取决于他们的凭据。
为此,您需要创建一个新模板,然后为您的登录页面设置一个菜单项,并为该菜单项设置新创建的模板。
如果您想从实际登录页面复制代码,可以在此处找到:
/administrator/templates/hathor/login.php
请记住更新任何依赖项(例如 CSS 文件等)的路径,或者将它们复制到新的模板目录。