Forum Moderators: coopster

Message Too Old, No Replies

Redirect url

get url and redirect

         

Marvillas

6:12 pm on Oct 5, 2008 (gmt 0)

10+ Year Member



Hi,

I am building a site were I use 2 languages EN and PT and need the pages in EN to redirect to a page with the same name but with content in PT if you click on a country flag and vice-versa.

Eg. mysite.com/en/index.shtml to redirect to mysite.com/pt/index.shtml

Thanks

StoutFiles

6:26 pm on Oct 5, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<a href="mysite.com/pt/index.shtml">Translate to ______</a>

It's not a redirect if they are clicking a translate flag. You just make a link to your translated page, very simple.