I'm testing my new site under XAMPP + MAGENTO on C:\XAMPP\htdocs\magento1911
The problem I have is when I want to test it under my ipad/iphone.
I open Safari and enter the ip of the machine running XAMPP (192.168.1.100) and I get the XAMPP for Windows configuration screen.
But when I try to enter my site on 192.168.1.100/magento1911 it redirects to a white screen.
I have edited httpd-xampp.conf with
#require local
Can somenone tell me what I'm doing wrong?
Thankyou
gus
@Anonymous
Have you try to access the 192.168.1.100 only? And if this can be accessed succesfully then the folder list will be displayed there and then click on magento folder.
@theMageComp wrote:@Anonymous
Have you try to access the 192.168.1.100 only? And if this can be accessed succesfully then the folder list will be displayed there and then click on magento folder.
Thankyou for answer.
If I enter 192.168.1.100 it redirects to http://192.168.1.100/xampp/
Gus
Solved.
I simply changed "localhost/magento1911" for "192.168.1.100/magento1911 (the IP xampp+magento are running) in the Magento Base URL.
Thankyou
Gus