Hi,
Im currently using Joomsef 4.2.3 and trying to do the following.
Urls in the form
should be redirected internally to
/index.php?option=com_componant&view=success&layout=success
to do this I just added a rewrite rule, But instead it shows a 404 page, as the REQUEST_URI is still set and joomsef is looking it up, Not finding a result and showing the 404.
Is there a way of mapping a url like
to a set page ?
Thanks