Hoi Hoi

Ik heb hier vandaag al een bericht gepost, over VirtualHosts.
Inmiddels is dit opgelost, ik had:
Code:
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "D:/home/">

#
# Possible values for the Options directive are "None", "All",
# or any combination of:
#   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important.  Please see
# http://httpd.apache.org/docs-2.0/mod/core.html#options
# for more information.
#
    Options Indexes FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
    AllowOverride All

#
# Controls who can get stuff from this server.
#
#   onlineoffline tag - don't remove
    Order Deny,Allow
    Allow from all

</Directory>
Daar had ik AllowOverride All op None gezet.
Toen werkte mijn UserDir's gewoon. Alleen daarna mertke ik op dat de .htaccess niet meer werkt.
Waar licht dit aan? (Ja aan allowOverride None), maar hoe los ik dit nou op?
Ik wil namelijk nog wel dat ik een .htaccess kan gebruiken in:
D:/home/*[username]*/public_html

Hopelijk kan iemand mij hier echt mee verder helpen. Ik heb namelijk een project waar ik veel aan te doen heb, en heb in mijn vakantie alleen maar beetje lopen kutten met apache En hij is nu nog niet goed..)

Groeten,
PaulE