Quote:
Originally Posted by cyc
I also think this is the way to go!
|
OK, thanks to
Oleg at vBSEO, we have the first part working with:
Code:
RewriteEngine on
RewriteRule (.*) http://www.site.com/$1?hl=ja [L,R=301]
Using Japanese as an example (ja), we use SED to create a new sitemap, changing
Code:
http://www.yoursite.com/link.html?hl=ja
to
Code:
http://www.yoursite.com/japan/link.html
Tested and working thanks to the vBSEO team's great support. Thanks again VBSEO team.