htaccess редиректhttp://softtime.ru/forumhtaccess редиректhttp://softtime.ru/forum/read.php?id_forum=5&id_theme=84512#post502579RewriteCond %{SERVER_ADDR} 192\.168\.1\.1 RewriteRule ^(.*)$ http://example.com/$1 Для локалки так будет нормально. НО!!! Если например домен vasya.ru расположен по адресу 251.252.253.254,...htaccess редиректThu, 19 Jan 2012 10:42:38 +0300Sfinkshtaccess редиректhttp://softtime.ru/forum/read.php?id_forum=5&id_theme=84512#post502571Вот так: RewriteEngine on RewriteRule ^192.168.1.1/ru/index.php$ http://example.com/ru/index.php RewriteRule ^192.168.1.1/ru/other.php?id=$ http://example.com/ru/other.php?id=$1 htaccess редиректThu, 19 Jan 2012 08:31:40 +0300Aidahohtaccess редиректhttp://softtime.ru/forum/read.php?id_forum=5&id_theme=84512#post502563Подскажите как можно реализовать универсальный редирект с ip на домен? я захожу сюда - 192.168.1.1/ru/index.php должен перенаправить на http://example.com/ru/index.php или...htaccess редиректThu, 19 Jan 2012 04:00:40 +0300designshadow