Forum Moderators: phranque
The (.*) will redirect all pages of the site.
RewriteRule ^denver-broncos/(.*) www.example.net/nfl/teams/denver-broncos/$1 [L,R=301]
RewriteRule ^denver-broncos/2010/(.*) www.example.net/nfl/2010/$1 [L,R=301]
RewriteRule ^denver-broncos/2011/(.*) www.example.net/nfl/2011/$1 [L,R=301]
RewriteRule ^denver-broncos/2012/(.*) www.example.net/nfl/2012/$1 [L,R=301]
There are also multiple leagues, will that work the same way?
Lastly, since that will be a very long line with all the teams. Is it suggested that we break those into maybe 3-5 lines for each league or keep it one long line?
example.net/denver-broncos/year/month/date/permalink/
to
example.net/nfl/year/month/date/permalink/