The Images are in the folder "D:/images/1_Men_Boots".
Alias /teja/ D:/images/1_Men_Boots
<Directory D:/images/1_Men_Boots>   
    AllowOverride None  
    Order allow,deny  
    Allow from all  
</Directory>
The above is the apache configuration. When i call "http://127.0.0.1/teja/1.jpeg" i am getting 403 forbidden
