url rewrite do not work for custom component - Joomla! Forum - community, help and support
i have 2 or 3 components of own added main menu. have enabled .htaccess file. i've turned on sef urls , url rewriting.
now, url rewriting works articles. link components
what solution experts?
now, url rewriting works articles
code: select all
localhost/joomla/article/99code: select all
localhost/joomla/component/?itemid=100. what solution experts?
hi, i'm not knowledgeable on subject but
url re-writing handled via joomla router believe, , must provide url re-writing components yourself. shipped components have built in , if not third party provide well. once include functionality, based on joomla config settings of sef being on decide how handle , route component.
you extend router , define behavior yourself.
i believe there components can you, or based on settings or additions through component interface you...you can check jed.
please reference http://docs.joomla.org/supporting_sef_u ... _component
they have extensive documentation , if you've written custom components assume task of doing
. unless developer made you, should have made requirement :s.
url re-writing handled via joomla router believe, , must provide url re-writing components yourself. shipped components have built in , if not third party provide well. once include functionality, based on joomla config settings of sef being on decide how handle , route component.
you extend router , define behavior yourself.
i believe there components can you, or based on settings or additions through component interface you...you can check jed.
please reference http://docs.joomla.org/supporting_sef_u ... _component
they have extensive documentation , if you've written custom components assume task of doing
Comments
Post a Comment