How many redirects is too many?
March 30, 2007 2:23 PM
Subscribe
.htaccess question -- how many redirects is too many?
I'm in the process of updating a magazine site, and changing the CMS while I'm at it.
I can't recreate the URL structure the old CMS used, so I think I need to "manually" redirect people from the old URLs to the new ones.
Creating the list isn't a problem, I can automate that. But I'm talking about 1000 addresses here. Is that too many to put into an .htaccess file and not experience a performace hit?
Also, is there a best redirect method to use to ease Google through the transition?
posted by crickets to computers & internet (13 comments total)
2 users marked this as a favorite
../year/month/truncated-article-title.php
... to:
../news/full-article-title/
posted by crickets at 2:24 PM on March 30, 2007