Skip to content

Instantly share code, notes, and snippets.

@druman
Created January 12, 2018 13:39
Show Gist options
  • Save druman/78698b8ab3db2871cc7cd72b7a58eacb to your computer and use it in GitHub Desktop.
Save druman/78698b8ab3db2871cc7cd72b7a58eacb to your computer and use it in GitHub Desktop.
Bulk update url alias for unchecked “Generate automatic URL alias” nodes
1) In DB run request:
UPDATE `pathauto_state` SET `pathauto`=1 WHERE `entity_type` = 'node'
2) Checked /admin/config/search/path/settings Create new alias, delete old
3) admin/config/search/path/update_bulk or /admin/content BULK update alias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment