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.
我在 Joomla2.5 站点工作。我想更改网址
http://idaycom.com/index.php/component/quates/
到
http://idaycom.com/index.php/component/quotes/ ^
如何改变它?
此 URL 由 Joomla 根据组件名称自动创建。
如果这是自定义编写的组件,您只需将文件夹 components/com_quates/ 重命名为 components/com_quotes 即可正确拼写 URL。
请注意,您还需要更新 PHP 代码中对 com_quates 的所有引用,否则会破坏您的组件。