Quote:
	
	
		| 
					Originally Posted by abshard  Is there an easy way to implement a 301 redirect for thousands of pages? Seems impossible the way my site is setup using a random id tag for each page.
 I'm trying to possibly move from nubilestube to mechbunny if that helps
 | 
	
 Easy way?Well only if you have some unique pattern,so for example if you had url id=titleid
and new tube script have /titleid structure,then a simple str replace plus 301 redirect with PHP will do the job,but if there are no pattern,then you will have to manualy generate each url.