envexlabs Posted March 19, 2009 Share Posted March 19, 2009 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 Link to comment https://forums.phpfreaks.com/topic/150145-running-multiple-sites-via-htaccess-and-variables/ Share on other sites More sharing options...
sloth456 Posted March 19, 2009 Share Posted March 19, 2009 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. Link to comment https://forums.phpfreaks.com/topic/150145-running-multiple-sites-via-htaccess-and-variables/#findComment-788662 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.