.htaccess not working on Windows
Make sure you don't have AllowOverride None
set for the directory C:\Users\Grega\Server
. Otherwise htaccess files could be entirely ignored. You could turn all the overrides on by an AllowOverride All
or at the very least AllowOverride FileInfo
.