Обращения к index.php с помощью .htaccesshttp://softtime.ru/forumОбращения к index.php с помощью .htaccesshttp://softtime.ru/forum/read.php?id_forum=5&id_theme=60043#post349916спасибо. вот еще вот так получиось: RewriteEngine on Options +FollowSymlinks RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php Обращения к index.php с помощью .htaccessTue, 18 Nov 2008 18:52:49 +0300ДаниэльОбращения к index.php с помощью .htaccesshttp://softtime.ru/forum/read.php?id_forum=5&id_theme=60043#post349911у меня так работает: RewriteEngine on RewriteCond $1 !^(index\.php|images|robots\.txt) RewriteRule ^(.*)$ /index.php/$1 Обращения к index.php с помощью .htaccessTue, 18 Nov 2008 18:46:35 +0300RootОбращения к index.php с помощью .htaccesshttp://softtime.ru/forum/read.php?id_forum=5&id_theme=60043#post349901Здравствуйте! Хочу у вас спросить как сделать с помощью htaccess что бы что не введи все запросы обращались к index.php?...Обращения к index.php с помощью .htaccessTue, 18 Nov 2008 18:16:21 +0300Даниэль