Apache isn't the fastest or maximally customizable web server, its popularity comes from the fact that it provides a very good balance of these things bundled with maximum portability and reliability.
Вы не зашли.
Файл .htaccess:
view plain | print | ? | |
1 | RewriteEngine On |
2 | RewriteBase / |
3 | RewriteRule ^(.*)$ handler.php?query=$1 |
При ЛЮБОЙ строке запроса скрипт handler.php говорит, что query = 'handler.php'
А мне нужно, чтобы любая введённая строка запроса перекидывалась в переменную.
Что я не так сделал?
Отредактированно Доктор Западло (2009-02-23 13:25:37)
Неактивен