PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, February 14, 2022

[FIXED] can MAMP run without internet?

 February 14, 2022     localhost, mamp     No comments   

Issue

When ever I lose my internet connection, localhost configured in MAMP is not accesible. no root, no sites, no sites with no internet based dependencies. I've user WAMP in the past and have not found this problem. This has me thinking there's a background process requiring internet access. Is there anyway to configure MAMP so I don't need an internet connection?


Solution

This is what worked for me:

I looked up for my IP address (System Preferences > Network ) and used it as http:// MYIPADDRESS/

instead of using 'localhost'

Add port if need to.



Answered By - ladyboo
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing