How to remove view or itemid parameter from url? - Joomla! Forum - community, help and support
i'm using php code , put joomla 2.5.8. i'm using purpose external component insert php code.
my code is:
when using component has following address:
/?option=com_jumi&view=application&fileid=3&itemid=101
and this:
?search
or just
/?option=com_jumi&itemid=101
i noticed component reads url of menu items.
there have following address:
index.php?option=com_jumi&view=application&fileid=3
what i've done far:
- did not find similar solution on forum,
- htaccess sef rules not work,
- sef extensions (joomsef, mijosef etc.) not work,
- tried remove parameter "view=" menu item, not work,
- tried write router.php file not know how go it. jumi component router.php file not work.
i simple urls. example, address without number of parameters.
in joomla 1.5 not url parameter view , good. update page joomla 2.5
can remove parameter view= or itemid= url?
how create friendly urls in case?
sorry english
please me
my code is:
code: select all
<?php
require_once('ep3gate.class.php');
$ep3gate=new ep3gate( '222', 'mysite', 'ep3' );
$ep3gate->setsearchtype('pa');
$ep3gate->printcontents();
?>
when using component has following address:
/?option=com_jumi&view=application&fileid=3&itemid=101
and this:
?search
or just
/?option=com_jumi&itemid=101
i noticed component reads url of menu items.
there have following address:
index.php?option=com_jumi&view=application&fileid=3
what i've done far:
- did not find similar solution on forum,
- htaccess sef rules not work,
- sef extensions (joomsef, mijosef etc.) not work,
- tried remove parameter "view=" menu item, not work,
- tried write router.php file not know how go it. jumi component router.php file not work.
i simple urls. example, address without number of parameters.
in joomla 1.5 not url parameter view , good. update page joomla 2.5
can remove parameter view= or itemid= url?
how create friendly urls in case?
sorry english
please me
i found solution - installed joomla 3.0 , have correct urls without use of sef extensions , changes code page.
i wrote it, because maybe
i wrote it, because maybe
Comments
Post a Comment