htaccesshttp://softtime.ru/forumhtaccesshttp://softtime.ru/forum/read.php?id_forum=5&id_theme=89323#post532579Не должно. Зациклится.htaccessFri, 5 Apr 2013 09:03:17 +0300Sfinkshtaccesshttp://softtime.ru/forum/read.php?id_forum=5&id_theme=89323#post532578Такое правило не сработает и на information.php и на data.php и на extend.php и т.д. Правильно будет так: RewriteCond %{REQUEST_URI}...htaccessFri, 5 Apr 2013 08:59:43 +0300Sfinkshtaccesshttp://softtime.ru/forum/read.php?id_forum=5&id_theme=89323#post532482может так? RewriteRule ^(.*)\.(html|php) index.php?q=$1 *не проверял, но по идее должно работатьhtaccessWed, 3 Apr 2013 02:42:21 +0300psychomchtaccesshttp://softtime.ru/forum/read.php?id_forum=5&id_theme=89323#post532481Переделал вот так: RewriteEngine on RewriteRule ^(.*)\.php? index.php?q=$1 Работает но срезает первый символ в имени...htaccessWed, 3 Apr 2013 02:37:08 +0300AlexDIXIhtaccesshttp://softtime.ru/forum/read.php?id_forum=5&id_theme=89323#post532480Привет ребята, если стоит html то сробатывает RewriteEngine on RewriteRule ^(.*)\.html? index.php?q=$1 А если ставить .php не работает =(...htaccessWed, 3 Apr 2013 02:25:37 +0300AlexDIXI