Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在Joomla中更改url_Url_Joomla2.5 - Fatal编程技术网

如何在Joomla中更改url

如何在Joomla中更改url,url,joomla2.5,Url,Joomla2.5,我在Joomla2.5网站工作。我想更改url http://idaycom.com/index.php/component/quates/ 到 如何更改?此URL由Joomla根据组件名称自动创建 如果这是一个自定义编写的组件,只需将文件夹components/com_quates/重命名为components/com_quotes,URL的拼写就会正确 注意,您还需要更新PHP代码中对组件的所有引用,否则会破坏组件 http://idaycom.com/index.php/componen

我在Joomla2.5网站工作。我想更改url

http://idaycom.com/index.php/component/quates/


如何更改?

此URL由Joomla根据组件名称自动创建

如果这是一个自定义编写的组件,只需将文件夹components/com_quates/重命名为components/com_quotes,URL的拼写就会正确

注意,您还需要更新PHP代码中对组件的所有引用,否则会破坏组件

http://idaycom.com/index.php/component/quotes/
                                         ^