简体   繁体   中英

interesting characters in URL in joomla

i have a URL that looks like this

......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.

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?

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. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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