You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am far from a web specialist and wants to know if I can redirect a page and all its subpages in 1 go ?
I think this is possible with another plugin that can create a redirection like
– /page/.* to redirect /page/subpage1 but also /page/subpage2 to a /newpage location
– /page/(.*) to redirect to redirect /page/subpage1 but also /page/subpage2 to a /newpage/$1 locations that will be /newpage/subpage1 or /newpage/subpage2 depending on redirected page hit
Thanks for your help and your plugin
Eric Collart
The text was updated successfully, but these errors were encountered:
I think this is what I am also after. I manually delete old listings (items for sale) from my WP site every month. I have products in 50 CATEGORIES. I sometime delete as many as 2K URL's each month. What would be great is if the PLUGIN could 301 redirect to the PARENT category of the URL
eg. domain.com/category123/product-listing-going-to-be-deleted is manually deleted by me
404 error then occurs if URL is addressed
Plugin 301 redirects to domain.com/category123/ and customer gets to see the latest offerings.
Does that make sense? I hope so. Is this the same as request #52 or should I create a NEW one?
Hello,
on your suggestion from plugin WordPress support page, I open the request here:
I am far from a web specialist and wants to know if I can redirect a page and all its subpages in 1 go ?
I think this is possible with another plugin that can create a redirection like
– /page/.* to redirect /page/subpage1 but also /page/subpage2 to a /newpage location
– /page/(.*) to redirect to redirect /page/subpage1 but also /page/subpage2 to a /newpage/$1 locations that will be /newpage/subpage1 or /newpage/subpage2 depending on redirected page hit
Thanks for your help and your plugin
Eric Collart
The text was updated successfully, but these errors were encountered: