Hi Luigi.
I prefer to do redirects one to one
I export the redirect redj table from phpmyadmin to csv file. Now I want import the table with all redirect non sef to sef, for example:
first file CSV:
"4","/index\.php\?option=com_content&view=category&layout=blog&id=10&Itemid=102","
www.myweb.com/sef-url.html","301","1","1","1","3","2013-01-08 17:07:38","0","1","0","0000-00-00 00:00:00"
and
the table:
"id","non-sef","sef","301","1","1","1","3","2013-01-08 17:07:38","0","1","0","0000-00-00 00:00:00"
complete with information easily with excel and then import the csv file.
is ok?
thanks