I'm having trouble adding an alias config to the httpd-custom.conf file. Here is the config.
# needed for require valid-user below LoadModule authz_user_module bin/mod_authz_user.so Alias /symbols/ "C:/Symbols/" <Directory "C:/Symbols"> Options FollowSymLinks AllowOverride None AuthName "Subversion Repositories" AuthType Basic AuthBasicProvider visualsvn require valid-user </Directory> However, when I browse to the file index2.txt, I get 404 not found. I look in the event log and i see 'File does not exist: C:/Symbols/ index2.txt'. But the file clearly does exist. Most obvious thing would be a permissions issue. I've tried all permissions I could think of including giving the group Everyone access. What else could be going on here? I've made a similar change like this on another VisualSVN server setup and it works. Any ideas? thanks, ~ Paul