Drualex
Проблема то небольшая, если читать мануалы...
1. файл conf/httpd.conf, раскоментировать строку:
#LoadModule rewrite_module modules/mod_rewrite.so
(то бишь убрать #)
2. В том же файле, проставь AllowOverride All, там где жирным:
Код:
DocumentRoot "c:/server/home/localhost/www"
#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory c:/server>
Options Indexes Includes SymLinksIfOwnerMatch
AllowOverride All
Allow from all
</Directory>
3. рестартнуть апач.