Posted by oscarardila on May 10, 2010 at 11:42pm
I need know the tables of DB where pathauto stores the rewrite rules. Do you know what are these tables?
I need know the tables of DB where pathauto stores the rewrite rules. Do you know what are these tables?
Comments
Pathauto's patterns aren't
Pathauto's patterns aren't stored in any descrete table. They're stored using Drupal's variable API, and therefore you can find them in the {variables} table, with name values like 'pathauto_node_story_pattern'.
Senior Drupal Engineer for Palantir.net | www.davereid.net | certifiedtorock.com/u/53892
url_alias
All the path created by the pathauto module is stored on the url_alais table with fields 'src' containing the drupal core url like ( node/5) and dest which is the new alias for that particular drupal url.