Mandatory information about my setup:
Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 3.0.3
PHP version: 5.3.3
MySQL version: 5.1.67
Host: www.diccionariomedico.net
Admin Tools version: 2.5.2
Description of my issue:
Hello,
I would like to do a mass redirection URLs trought .htaccess with AdminTools because the structure of many URls are changed from:
http://www.diccionariomedico.net/diccionario-terminos/Diccionario-terminos-2/C/Calopsia-2488/ (Old URLs)
To:
http://www.diccionariomedico.net/diccionario-terminos/2488-calopsia (New URLs)
I tried to to this with following Rule:
Options FollowSymLinks
RewriteEngine On
RewriteRule ^/([a-zA-Z0-9-]*)/[a-zA-Z0-9-]*/[a-zA-Z]/([a-zA-Z0-9-]*)-([0-9]*)/$ http://www.diccionariomedico.net/$1/$3-$2 [R=301,NC,L]
But it not happens anything.
I'm very interested to solve this incident because I'm loosing all saved URLs from search-engines.
Many thanks for your support.
Gerard Turmo