How can i redirect users from Specific Country to a custom html page?
This is a discussion on How can i redirect users from Specific Country? within the Scripts & Content Management forums, part of the Web Designing & Development category; How can i redirect users from Specific Country to a custom html page?...
How can i redirect users from Specific Country to a custom html page?
You would need a good Geo Redirect scripts to do this for you.
If you are using Apache take a look at MaxMind GeoIP Apache API.
Example:
Code:GeoIPEnable On GeoIPDBFile /path/to/GeoIP.dat # Redirect one country RewriteEngine on RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^CA$ RewriteRule ^(.*)$ http://www.canada.com$1 [L] # Redirect multiple countries to a single page RewriteEngine on RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^(CA|US|MX)$ RewriteRule ^(.*)$ http://www.northamerica.com$1 [L]
Buy / Sell / Trade Products and Services at our Webmaster Marketplace
Build, Manage And Grow Powerful Mailing Lists
6 Tips On How You Can Drive Traffic To Your Blog
61 Ways To Drive Targeted Traffic To Your Website
This might the script I really need but I think I might not have to priority to install the API on my hosting for my site is now on a sharing hosting.
Best regards,
Kindly contact your server administrator and provide the script. They will check the script and if it is feasible to run on the server then they will install it for you.
[COLOR=RED]AccuWebHosting.Com - Windows Hosting Expert[/COLOR]
[COLOR=Blue]ASP.NET 3.5 | SQL 2005 Database | US Based Hosting Company | 24 X 7 Support | Daily Backups | Uptime Guarantee | Affiliates - $50 Per Sale | [/COLOR]Web Hosting Directory
there are so many genius on this site!!!
Always make the best to be better, then why not pick TaylorMade R9 Super Tri Driver out of these fabulous golf club sets?
You can get some good Geo Redirect scripts from the "12scripts" website.
Another vote for MaxMind's Apache module- it's rock solid, and easy to add/remove countries! Plus, it's served via .htaccess, so it reduces the load on the server (in the event of a banned country), and it is rock solid.
I am a Linux consultant, who offers Linux consulting services and Linux Server Installation services to clients.
My wife is a Billings, MT photographer.
thanks for the information.
Please make sure you let us know how you go with this as it will help others wanting to do a similar thing with their own site.
I.T. Construct
Web Hosting and Webmaster support/work is available.
Email: admin@itconstruct.com.au
Visit http://www.itconstruct.com.au
Super Moderator of Webicy Forum.
thnx 4 sharing . man