Jump to content

Running Multiple sites via htaccess and variables


envexlabs

Recommended Posts

Hey,

 

I have a site that sells products. In the database a us and canadian price are held.

 

So, if someone is from canada we want to display the canadian price, otherwise just display the us price.

 

I'm thinking that i could do with with .htaccess and mod_rewrite to make supersite.com/products to forward to supersite.com/ca/products for canadians.

 

Is there a better way of doing this?

 

Thanks in advance,

 

envex

You can get a visitors I.P address in php.  I'm supposing you could then see which coutry the I.P belongs to and then toggle the pricing between US or Ca depending on the result.

 

However, you would probably need a list of I.P. ranges for the seperate countries.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.