简体   繁体   English

joomla中URL中的有趣字符

[英]interesting characters in URL in joomla

i have a URL that looks like this 我有一个看起来像这样的网址

......index.php?option=com_jumi&fileid=8&Itemid=34 ...... index.php?option = com_jumi&fileid = 8&Itemid = 34

i know that i can view the source of the file just by view source from the browser, but since i have FTP permission for the site, i would like to be able to edit the file. 我知道我可以仅通过浏览器查看源来查看文件的源,但是由于我对该站点具有FTP权限,因此我希望能够编辑该文件。

but i dont know which file to edit! 但我不知道要编辑哪个文件!

how do i find out which file is this link going to so that i can access it through ftp? 我如何找出此链接将转到哪个文件,以便我可以通过ftp访问它?

It should be here: 应该在这里:

 Root Joomla Folder -> Components -> com_jumi

Now inside the com_jumi folder, it depends which file you want to edit, for example there you will find the file for current pages looks (View), a file with database queries (Model) and a main logic file called controller. 现在,在com_jumi文件夹中,它取决于您要编辑的文件,例如,您将在其中找到当前页面外观的文件(视图),具有数据库查询的文件(模型)和称为控制器的主逻辑文件。 You have to decide which file you want to edit. 您必须决定要编辑哪个文件。

Note: inside the com_jumi folder, the files can be inside other folders too, you will have to find out which file you want to edit. 注意:在com_jumi文件夹中,这些文件也可以在其他文件夹中,您必须找出要编辑的文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM