cancel
Showing results for 
Search instead for 
Did you mean: 

Weird issue after magento2 CE installation

Weird issue after magento2 CE installation

I am following Magento 2 Developers guide to learn Magento 2. Following the instructions for setting up the environment locally I used Vagrant and installed magento on a Ubuntu box locally. Here's the i.p I defined the vagrant file "ip: 192.168.10.10" for apache and this is the URL I used for magento install : base_url: "http://magento.box". The install happens successfully, but after the installation I can't access Magento from my host machine. 

 

1) When I request http://magento.box/ from chrome here's what I see :

Index of /[ICO]NameLast modifiedSizeDescription



Apache/2.4.10 (Ubuntu) Server at magento.box Port 80 

 

2) When I request the same URL on IE here's what I see : Hmm, we can't reach this page.

Try this

Does anyone have any ideas on how to fix this ? I tried searching on Google and lot but couldn't find anything. Please help... Thanks !

1 REPLY 1

Re: Weird issue after magento2 CE installation

Try to place a simple PHP (e.g. phpinfo()) script to the Magento 2 root, and access it by URL. Is it work?