So, I've been trying to figure out the mechanics of how your module works a little bit.
My hope is that I could directly work with the SQL tables to do mass changes to my whole things. For instance, I wanted to add a new top level directory to every page on my site.
So, I downloaded the ceon_uri_mappings table, did all the changes I needed in a spreadsheet, converted to back to SQL, and inserted it again (AFTER BACKING EVERYTHING UP FIVE TIMES!). But it didn't workI kept getting a lot of 404 pages, and , for the URL would show http://site.com/dir/subdir/NULL
So, just a couple quick questions.
1) In theory, should it be possible to directly alter the SQL data to add or delete URI mappings? Am I doing something wrong?
2) Are the links created on the page - for categories and products, stored in SQL anymore? I realized that, even when I changed all of the URI mappings, on my web page the category/product links were still all the same, and did not take into account the new URIs. Is there a table where the links are stored?
Is it unwise what I am doing, or should it work if I am careful and do it properly?
Thank you,
Sasha
HyosungSource.com


I kept getting a lot of 404 pages, and , for the URL would show

