I've built a custom component for joomla 2.5. Now i wanted to implement sef urls. So I started to create the router.php
file. I was almost successfull. The only thing I want to change is removing the component name link. Here is what I have got:
http://host.tld/component/componentname/
If I create a menu item with an alias, the sef url looks like this:
http://host.tld/alias
This is the actual scheme I want to have, but it is only shown when I clicked the menuitem from the menu. If I am at the home site, this does not work.