0

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

Teja
  • 837
  • 3
  • 14
  • 24
  • Possible duplicate of [Apache gives me 403 Access Forbidden when DocumentRoot points to two different drives](https://stackoverflow.com/questions/89118/apache-gives-me-403-access-forbidden-when-documentroot-points-to-two-different-d) – juzraai Sep 16 '17 at 10:33
  • @juzraai.... Issue didnt resolved with the above solution...same error – Teja Sep 16 '17 at 10:36
  • Which Apache and Windows versions are you using? It seems solution may differ between Apache versions: https://stackoverflow.com/questions/8204902/wamp-403-forbidden-message-on-windows-7 – juzraai Sep 16 '17 at 10:41
  • @juzraai.....windows server 2012 and apache 2.4....Not using wamp only apache – Teja Sep 16 '17 at 10:43

0 Answers0