There is no interface in Admin Tools itself to do that, but you can always manipulate the #__admintools_redirects
table directly. The source
column is the URL which you can access on your site, without a redirection. The dest
is the URL path which when visited will cause a redirection to the source.
So, let's say my site is https://www.example.com. if I set source
to /home/news.html
and dest
to latest-news
what I am telling Admin Tools is anyone visiting https://www.example.com/latest-news will be redirected to https://www.example.com/home/news.html.
Knowing that, you can create a spreadsheet (in Microsoft Excel, LibreOffice Calc, Apple Numbers, Google Sheets, etc) with the source and dest pairs. Make sure that row 1 has the source and dest headers. Export that to CSV, and you can now import it into the #__admintools_redirects
table using phpMyAdmin or any similar database management tool your host provides.
If you mess up, no worries. Empty that table, and start over.
Pro tip: keep a copy of that spreadsheet in its spreadsheet (not CSV) form. In a couple of years when you want to restructure your site it will be so much easier figuring out redirections having a good starting point in a format you can easily manage.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!