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.
我习惯于在每个 joomla 项目中安装 explorer,总是一切顺利。这次在 extplorer 启动时,它继续以循环模式加载网页(试图更改管理员/组件中的权限,让 Aruba 安装 joomla 的三重奏)没有任何效果。有什么建议吗?
您是否安装了 Admintools 扩展和自定义 .htaccess 文件?
如果是,请打开 AdminTools 和 htaccess maker。在服务器保护>例外>允许直接访问这些文件
添加以下行:
管理员/组件/com_extplorer/fetchscript.php
到允许的文件列表并重新生成您的 .htaccess。