php - Will accessing an application on local system using IP and accessing it using remote system using same IP , Will output differ, If so why? -
i running application developed me on local system ip (eg - http://192.168.0.126/career_app/name/controller_name/method_name/).
when accessing same on system, output desired!!
but when switch laptop connected onto same network , access application using same ip (eg - http://192.168.0.126/career_app/name/controller_name/method_name/) - same application acts weird, wrong redirections , wrong flash messages start appearing on screen.
Comments
Post a Comment