change word in refered url to direct to correct page

Immegeleset

New Member
I recently changed a word in my query string in my url, which causes the query to break, so I wish to redirect the old url to the new one. example:\[code\]http://www.lovelakedistrict.com/result/?q=Windermere&result=2\[/code\]new url\[code\]http://www.lovelakedistrict.com/result/?q=Windermere&page=2\[/code\]What would be the best solution for this, is there anyway do it in php or is it a htaccess rule?Cheers
 
Back
Top