Because I have specific pages which use multiple taxonomy terms, somehow 1000+ alliasses are made in my drupal system. I want to remove them the easiest way. They are not doubled alliasssen, but for every combination of taxonomy terms. So if you have a vocabulary fruit and vocabulary eatingtimes. I have all these aliasses, which sometimes do not even consist of content.
So apple/morning, apple/afternoon apple/evening, strawberry/morning, strawberry/afternoon, strawberry/evening.
I want to remove a lot of these aliasses from which the pages do not contain content.
Can I just remove them through removing them from the database tables:
- path_alias
- path_alias_revision
Is this ok? I tried VBO in Drupal 10, but this doesn't have an alias delete item, see
https://www.drupal.org/project/pathauto/issues/3514448
🐛
"Delete URL Alias" action does not work with views_bulk_operations
Active
Thanks for your reply in advance, greetings,
Active
1.0
Code