Hi Luigi,
I have a FROM URL like ^/woning/ which generates a 200 redirect TO URL (1) http://{siteurl}/index.php?option=com_logos&task=showResults&
action=363&lqm_id14={preg_match 1}/\/woning\/([0-9]+)\//i{/preg_match}
Example
If submitted from a mobile device ('
m.huisx.nl/woning/1723263/rozenburglaan-84/rotterdam' instead of '
huisx.nl/woning/1723263/rozenburglaan-84/rotterdam' from a pc) I would like to have a different redirect TO URL (2) http://{siteurl}/index.php?option=com_logos&task=showResults&
action=600&lqm_id14={preg_match 1}/\/woning\/([0-9]+)\//i{/preg_match}
The mobile rewrite is doing fine...but without succes I have been trying to find the php file of the redj component to insert a condition like:
If url is like '
m.huisx.nl/woning/...' then redirect TO URL (2) instead of the redirect TO URL (1) FROM the administratior screen. Maybe it's also possible, on this condition, to change the FROM URL to eg '
m.huisx.nl/woningmob/...' and then have the TO URL redirect take is course
by submitting it via the administration section (eg. FROM URL '
m.huisx.nl/woningmob/1723263/rozenburglaan-84/rotterdam')
Please could you help so I can customize my mobile webpages.
regards Peter