I purchased the Enterprise edition a couple hours ago and I'm trying to accomplish the following redirection...
User types into browser:
www.mysite.com/my-variable
ReDJ redirects to:
www.mysite.com/index.php?option=com_mycomponent&view=edit&Itemid=27/id=my-variable
While still displaying:
www.mysite.com/my-variable
In my Item Settings, I specify the following:
From URL: /variable
To URL: http://{siteurl}/index.php\?option=com_mycomponent&view=edit&Itemid=27&id=my-variable
Internal Redirect
In my plugin settings, I have the following:
-Enabled (and has proper position)
-Early redirect enabled
I can't get this to work. However, I can get the follwing to work properly:
From Url: index.php/my-variable
To URL: http://{siteurl}/index.php\?option=com_mycomponent&view=edit&Itemid=27&id=my-variable
Unfortunately, the user has to type the "index.php/" part, and I really need to avoid this. How can I accomplish?