I'm interested to rename a joomla component from:
index.php?option=com_test&view=
to
index.php?option=com_testest&view=
.
How can I do it?
I'm interested to rename a joomla component from:
index.php?option=com_test&view=
to
index.php?option=com_testest&view=
.
How can I do it?
I don't know (yet) of an automated solution to do this. Maybe somebody else does.
The name of the component occurs in various places (class, file and folder names, the database and so on). Thus, you'd have to rename (this might not be a complete list)
You might want to consider creating a new component and just copying the important contents...