I changed it, and its still not working. Heres what I have:
DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs"
<Directory />
Options Indexes FollowSymLinks MultiViews
AllowOverride All
</Directory>
<Directory "C:/Program Files/Apache Group/Apache/htdocs">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>