Is redirection with wildcard possible ?
-
Hello,
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 and /newpage/subpage2Thanks for your help and your plugin
Eric
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Is redirection with wildcard possible ?’ is closed to new replies.