Hello all,
I have a problem with redirection of SEBLOD URLs.
I cannot set redirects in Joomla component "Redirect" for URLs that are generated by SEBLOD. The redirects that I set in the Joomla component have no effect.
Example:
old URL of a SEBLOD content: .../category/contentalias-old
new URL of this SEBLOD content: .../category/contentalias-new.
So the URL was changed here by changing the alias of that content article.
Now the old URL .../category/contentalias-old is still available in the system but it leads to an empty page.
How do I remove the old URL from the system or redirect it to the new one?
I know I could do it manually in .htaccess. But this is not an option here.
Like I said above, when I make a new redirect through Joomla's Redirect component, it doesn't take effect. I guess this is because SEBLOD uses its own router.php.
Any help on this would be much appreciated.