OlijO
Customer
		Hi,
we migrate a smf forum to vBulletin.
we would like to redirect some old (not all) forum.
Example of old URL :
	
	
	
		
need to be redirect to :
	
	
	
		
I try via URL Rewrites: General Settings --> (Pro) Custom Rewrite Rules to redirct and add this rule : 
	
	
	
		
But after this the redirection works but the page become "not found".
Another test :
	
	
	
		
The redirect go to forumhome this time
Any help please ?
Regards,
				
			we migrate a smf forum to vBulletin.
we would like to redirect some old (not all) forum.
Example of old URL :
		Code:
	
	http://www.commeuncamion.com/forum/aire-repos/
	
		Code:
	
	http://www.commeuncamion.com/forum/l-aire-de-repos/
	
		Code:
	
	'^aire-repos' => 'l-aire-de-repos'
	Another test :
		Code:
	
	'^aire-repo$' => 'l-aire-de-repo'
	Any help please ?
Regards,
			
				Last edited: