How do I run my app through an Intranet ?
Started by vincej, Feb 15 2013 12:44 PM
3 replies to this topic
#1
Posted 15 February 2013 - 12:44 PM
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 !
Any ideas how I do that ?
Many thanks !
#2
Posted 15 February 2013 - 12:58 PM
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/.
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/.
#3
Posted 15 February 2013 - 01:14 PM
You can just type the local ip address of the server into your browser's address bar. This is assuming you're connect to the same local network at the server.
<embed src='.wav' autostart='true' loop='false'
width='2' height='0'>
</embed>
i found that ERMMMMM thats called PHP!!!!
#4
Posted 15 February 2013 - 04:49 PM
This is assuming you're connect to the same local network at the server.
Amongst a bunch of other things that your assuming are setup properly.
http://thorpesystems.com | http://proemframework.org | http://github.com/trq
SmtpCatcher - A very simple mock sendmail useful for testing PHP mail scripts.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












