Guys, hope you all can understand what i mean here. let's say currently I have these catergories, shop , store. If I wanna remove all items means all the urls in the shop on my site , do a Redirect to Store which is another menu how to go about it? means when people happen search the shop link on my sites any items before they will redirect to my store i was preferring both shop and store under the Same site
You should be able to do that easily with a redirect. What kind of server configuration are you using? Apache, Nginx, Litespeed?
To redirect categories on a website, you can follow these general steps: Identify the source and target URLs Choose a redirect method 301 redirects (permanent) 302 redirects (temporary) Implement the redirect Test the redirect