View Single Post
Old 08-21-2003, 09:59 AM  
lil2rich4u2
ICQ: 175171926
 
Join Date: Oct 2002
Location: New York, NY
Posts: 11,046
Quote:
Originally posted by snowywhite
Can it be done in a htacces file??
you can filter via language in htaccess like this ....

RewriteCond %{HTTP:Accept-Language} ^de [NC]
RewriteRule ^(.*) http://www.your-site.com

RewriteCond %{HTTP:Accept-Language} ^it [NC]
RewriteRule ^(.*) http://www.your-site.com

RewriteCond %{HTTP:Accept-Language} ^es [NC]
RewriteRule ^(.*) http://www.your-site.com

RewriteCond %{HTTP:Accept-Language} ^fr [NC]
RewriteRule ^(.*) http://www.your-site.com




and just keep going for all the different languages.

__________________
HEY!!

Unbeatable hosting! Customer service is top notch!

--> ISPrime <-- Do a search on any board, their reputation is rock solid .. for years!!
lil2rich4u2 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote