ola lucluc1, segui a risca os passos seguinte, nas linhas de configuraçao esta dessa forma: linha 230# a 250# 230 UseCanonicalName Off 231 232 # 233 # DocumentRoot: The directory out of which you will serve your 234# documents. By default, all requests are taken from this directory, but 235 # symbolic links and aliases may be used to point to other locations. 236 # 237 DocumentRoot "D:/Projects/netserver/netserver_beta4/final/www" 238 239 # 240 # Each directory to which Apache has access can be configured with respect 241 # to which services and features are allowed and/or disabled in that 242 # directory (and its subdirectories). 243 # 244 # First, we configure the "default" to be a very restrictive set of 245 # features. 246 # 247 <Directory /> 248 Options FollowSymLinks 249 AllowOverride None 250 </Directory> o que faço agora? att