| 31-05-2007, 11:45 |
NikeBlog | - htaccess?
http://josephgrut.blogspot.com/2007/05/htaccess-javascript.html
,
RewriteEngine On
RewriteCond %{HTTP_ACCEPT_LANGUAGE} ru.* [NC,OR]
RewriteRule .* http://e-masters.biz [R,L]
. |
| 31-05-2007, 13:03 |
zlaya ssuka | - htaccess?
http://josephgrut.blogspot.com/2007/05/htaccess-javascript.html
,
RewriteEngine On
RewriteCond %{HTTP_ACCEPT_LANGUAGE} ru.* [NC,OR]
RewriteRule .* http://e-masters.biz [R,L]
.
, . |
| 31-05-2007, 20:39 |
kanscx | GeoIP, :
RewriteEngine on
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} UA [NC]
RewriteRule ^.*$ http://google.com.ua/ [L] |