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.
我正在运行 OpenLiteSpeed 作为我的 Web 服务器,它似乎不支持 .htaccess,这导致 Symfony 无法正确加载 url。
有谁知道如何配置 Symfony 以在 OpenLiteSpeed 上运行?(似乎主要与重写有关。)
OpenLiteSpeed 默认不读取 .htaccess。处理目录级重写配置的最佳方法是在该虚拟主机下创建一个“静态”上下文,然后将重写规则从 .htaccess 复制到上下文配置。