[ad_1]
Hello
i have 2 website that im trying to merge into one and i need to **replicate url** from old domain into new domain (wordpress)
both old domain is using same cms and it has structure as follow
[`https://domainA/index.php/categoryA/view/123`](https://domainA/index.php/categoryA/view/123) [`https://domainB/index.php/categoryB/view/123`](https://domainB/index.php/categoryB/view/123)where 123 is article ID, i have setup permalink for category so they match…
but im having problem where article ID from both old domain are same, wordpress auto add number on it .. so 2 url example above become after migrating to wordpress
[`https://newdomain/index.php/categoryA/view/123`](https://domainA/index.php/categoryA/view/123) [`https://newdomain/index.php/categoryB/view/123`](https://domainB/index.php/categoryB/view/123)`-2`any idea so i can still keep article ID as the url slug? like this
[`https://newdomain/index.php/categoryA/view/123`](https://domainA/index.php/categoryA/view/123) [`https://newdomain/index.php/categoryB/view/123`](https://domainB/index.php/categoryB/view/123) [ad_2]