Author Topic: SEO friendly redirect  (Read 346 times)

sinej

  • Guest
SEO friendly redirect
« on: August 18, 2010, 09:39:51 AM »
Hi!

Since I launched my web page I changed my URL a couple of time. By default as you know V2 of phpMotion provides URLs in "/play?vid=XY" form. These URLs got indexed by Google and now when I changed URLs to more friendly I get double content.

How do I make 301 redirect in .htacces on dynamic pages? I tried several ways but it doesn't work. My problem is also that I have included some other variables in URL (which is pulled from php) so I basicaly have $1, $2, $3 strings. How do I do that? Does anyone have a clue?????

Thanks

sinej

  • Guest
Re: SEO friendly redirect
« Reply #1 on: August 18, 2010, 10:47:46 AM »
Actualy managed to do it by php redirect.... If anyone will be interested to do it in the future....