I inserted a record directly into the ac_redirects table using
Code: Select all
insert into ac_redirects(storeid,sourceurl,loweredsourceurl,targeturl,useregex,createddate,orderby) values (,,,,,,)
i run SQL profiler and see that AC is doing the same insert statement when i create and save the redirect manually. the only difference is that AC is also updating ac_users to set the last active date, etc.. which cannot possibly interfere with how redirects work, or can it?
anyone knows solution to the above or any other way of easily creating 1000 redirects without manually doing one by one?
Thanks!