Jump to content

How do I run my app through an Intranet ?


vincej

Recommended Posts

HI - I have my Codeigniter / PHP dev. machine in one room where I can of course test just using "localhost". However, I have a laptop in another room, where I would like to also be able to do occaisional development from without uploading the files to that local machine. I have mapped a drive to the remote machine and I can see the files. I Want to be able to point my laptop browser at the remote system and see the render files on my laptop.

 

Any ideas how I do that ?

 

Many thanks !

Link to comment
Share on other sites

1. On the dev machine, make sure the firewall allows inbound connections to port 80.

With Windows, it might have asked you already, but look for the firewall settings and (if there isn't a rule) add one.

 

2. On the dev machine, grab the name of the machine and make sure your site is set up to work for that name.

With Apache, the main configuration (or virtualhost if you're using that) needs either the ServerName to be the machine name or add a ServerAlias for it. And restart it.

 

3. On the laptop, try http://themachinename/.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.