Hi Everyone.
I am trying to get my head around making links manually from within articles to other articles/pages with modules.
I figured it was a general joomla question so I asked over at the Joomla Forums. Below is the link that I copied from one of the links from a RT template as an example:<a href="index.php?option=com_content&view=article&id=54&Itemid=61" mce_href="index.php?option=com_content&view=article&id=54&Itemid=61">HTML Typography page</a>.
and here is the reply that I got:Hello, it appears you are not using SEF, search engine friendly urls, and thats why you see all the gobbledy gook in that link. The syntax of the a href is correct, its just that the file name is a mass of info that can be gotten rid of by turning on SEF and renaming htaccess.txt in your home folder, to .htaccess
See Global Configuration within admin, to see where to turn it on. RIght side of the first global config page (Top menu...Site...Global Configuration)
Once it is turned on, an article call Typography will become typography.html
Also mod rewrite should be turned on in the same place.
Am I wrong in thinking that linking from article to article i need this format:<a href="index.php?option=com_content&view=article&id=54&Itemid=61"
I found link on how to do this and will pursue further, but should I rename the htaccess.txt and turn on the SEF everytime I am working with a new site????
Thx in advance