Forums / Setup & design / URL Translator in ezpublish3 Admin Interface
SathishKumar Subramanian
Monday 10 November 2003 2:31:10 am
Hi,
In my website, I need to translate the link /content/view/full/115 to /java . Initially, I have translated /content/view/full/58 to /java.
But later I have removed /content/view/full/58 translation and I have tried to translate /content/view/full/115 to /java.
I am getting the /content/view/full/58 pages after my translation also. Eventhough I have cleared the cache content, the new URL translation is not working. How can I solve this? Pls help.
Thanx in advance! :)
Sathizh
Balazs Halasy
Monday 10 November 2003 6:35:08 am
You might have a corrupt/un-updated URL-alias table in the database. Fire up a database command line interface and remove the "/java" translation manually using the following command:
DELETE FROM ezurlalias WHERE source_url="/java";
...then try to add the translation again from within the administration interface. That should do it.
Balazs
Tuesday 11 November 2003 1:12:52 am
Hi Balazs,
Its working. Thanks for your help! :)