Use wamp localhost in other device |
If you by wamp mean WampServer 3.0 or later, you activate the "online" feature this way:
1. Left-click => Apache => httpd-vhost.conf 2. Add "Require ip 192.168.0" or whatever your ip-range are to your virtualhost for CI. This example are for the document root (not recommended). You should have a virtualhost for CI and have your mobile access the ServerName instead. Code: <VirtualHost *:80> |
Messages In This Thread |
Use wamp localhost in other device - by omid_student - 11-05-2017, 05:38 AM
RE: Use wamp localhost in other device - by jreklund - 11-05-2017, 12:28 PM
RE: Use wamp localhost in other device - by omid_student - 11-07-2017, 08:41 AM
RE: Use wamp localhost in other device - by Narf - 11-07-2017, 08:54 AM
RE: Use wamp localhost in other device - by omid_student - 11-07-2017, 11:53 AM
RE: Use wamp localhost in other device - by Narf - 11-08-2017, 03:28 AM
|