Apache 403 forbidden error when adding an alias, windows

apache-2.4windows-server-2008

I'm looking to add a alias to "C:/Apache24/static" in Apache, simple enough, right?

Alias /static "C:/Apache24/static" 

<Directory "C:/Apache24/static">
    Order allow,deny
    Allow from all
</Directory>

I cant seem to see what i am doing wrong. here is a copy of my config

http://pastebin.com/0rJwuPB4

Best Answer

after reviewing your httpd.conf, I'd recommend you going over following document: Upgrading to 2.4 from 2.2 - Apache HTTP Server Version 2.4 AND posting part of your error_log so it can be future troubleshoot, as for alias itself, your syntax seems correct.