CreationNation
Active member
Heya @Brogan @Mike - I'm about to start the export and move my (very large) forum. I have a last minute change I want to do with these route filters.
I have my site in the /forums subdirectory, so I am dealing with the forum/forums "issue". I have a lot of subforums (you can see at ultimate metal dot com / forum). Will I take a performance hit if I add a route filter to change all the individual child forums/nodes, example:
Find: forums/progpower-usa.120/
Replace: festival/progpower-usa/ (it's ok to remove the # in this instance , yes?)
Find: forums/anthrax.118/
Replace: bands/anthrax/
etc. etc.
I essentially want to categorize my child nodes as they're visually catgorized on the site (bands, festivals, zine, etc.).
Thanks!
EDIT:
I do see on the help page you have this example, but I am not sure if it is literal?
With route filters, you can make your URLs have a hierarchy as well:
I have my site in the /forums subdirectory, so I am dealing with the forum/forums "issue". I have a lot of subforums (you can see at ultimate metal dot com / forum). Will I take a performance hit if I add a route filter to change all the individual child forums/nodes, example:
Find: forums/progpower-usa.120/
Replace: festival/progpower-usa/ (it's ok to remove the # in this instance , yes?)
Find: forums/anthrax.118/
Replace: bands/anthrax/
etc. etc.
I essentially want to categorize my child nodes as they're visually catgorized on the site (bands, festivals, zine, etc.).
Thanks!
EDIT:
I do see on the help page you have this example, but I am not sure if it is literal?
With route filters, you can make your URLs have a hierarchy as well:
- Find: pages/parent/, replace: parent/
- Find: pages/child/, replace: parent/child/
- Find: pages/grandchild/, replace: parent/child/grandchild/