Page 1 of 1

Problem - Access XAMPP Localhost from another system

PostPosted: 09. December 2013 07:23
by Nambi90
Hi Friends,

I installed one web app (learning Management System - LMS) on my system. It works fine in my localhost. But, when i try it to access from another system , if i give my IP means For Example, http://192.168.1.6/LMSname - it shows my web app. then after, if i proceed to next page, then it change IP to localhost http://localhost/LMSname in the URL field. then i recieve this following error message,


" You are not allowed to see this page. Either your connection has expired or you are trying to access a page for which you do not have the sufficient privileges.

Please try to login again from the homepage "


What shall i do to access this app from another system? please give me idea......





Re: Problem - Access XAMPP Localhost from another system

PostPosted: 09. December 2013 12:03
by Nobbie
Nambi90 wrote:What shall i do to access this app from another system?


When installing LMS you have probably been asked for a servername and you entered "localhost" (maybe it was prefilled with that value). This is causing the trouble. You should enter "192.168.1.6" instead.