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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -