I'm looking for a solution which can redirect sub folders within SEF activated website.
One joomla site has got SEF activated so its url look like this.
hostname/shows/specials/article-name
Then my client wants it to look like
hostname/specials/article-name.
So what I need is sub folder redirection rather than page by page.
(just make the url looking different)
This structure is from *mainmenu and if I change the main menu structure then many other things will break. Also there are several sub folders that the client wants to be looking different.
So I installed ReDJ and add redirection item as below.
From URL: /shows/specials/
To URL: http://{siteurl}/specials/{pathltrim /shows/specials/}
then the url it shows is what I desire, however, the page does not link to the right item and only showing 404 error.