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 网页,该网页目前托管在一个临时网址上。当我启用 SEF url 时,所有链接都指向默认/主页。尚未找到有关此问题/解决方案的论坛。请帮忙!
如果您使用的是 Joomla 1.5,请转到站点 -> 全局配置并打开右侧的 3 个选项:
搜索引擎友好的 URL - 是
使用 Apache mod_rewrite - 是
为 URL 添加后缀 - 是
然后将 joomla 文件夹中的 htaccess.txt 重命名为 .htaccess
您应该在您的 Apache 服务器上安装 mod_rewrite 以使其正常工作。
您是否同时启用了 htaccess 和 mod-rewrite?