I want to redirect the same directory, but different url structure. The url structure I use: http:example/car/cadillac/image/2
I want to direct http: example/car/cadillac/image/ url. Because this url is 404. I want to redirect to http: example/car/cadillac/
(In fact, the problem comes from the "image" link structure: How to change the permalink structure of a master page?) As an alternative, I thought about the routing rule. But the cpanel 301 redirect is not successful.
http: example/car/cadillac/image/ How can we redirect the URL to http: example/car/cadillac/ ?
I want to redirect the same directory, but different url structure. The url structure I use: http:example/car/cadillac/image/2
I want to direct http: example/car/cadillac/image/ url. Because this url is 404. I want to redirect to http: example/car/cadillac/
(In fact, the problem comes from the "image" link structure: How to change the permalink structure of a master page?) As an alternative, I thought about the routing rule. But the cpanel 301 redirect is not successful.
http: example/car/cadillac/image/ How can we redirect the URL to http: example/car/cadillac/ ?
Share Improve this question asked Dec 15, 2018 at 23:08 A. MullerA. Muller 439 bronze badges1 Answer
Reset to default 1The easiest way to do is by using Redirection plugin. Follow these steps:
- Install and activate the plugin.
- Head to Tools > Redirection.
- Enter your Source URL (example/car/cadillac/image/) and Target URL (http: example/car/cadillac/).
- Finally, click on "Add Redirection" button.