The local environment with http://localhost/access, but in the mobile phone when you want to access problems, and later on the Internet to find solutions.
Modify the PHP configuration file httpd.conf.
</>Options followsymlinksallowoverride noneorder deny,allowdeny from allsatisfy all </Directory>
Modified into
</>Options followsymlinksallowoverride noneorder deny,allow# deny from Allallow all# allows all access to satisfy all</Directory>
And also
<Directory"E:\wamp\www"># # Possible values for the Options directive is ' None ', ' All ', # or any combination of:# Indexes includes Followsymlin KS SymLinksIfOwnerMatch execcgi multiviews## Note that "MultiViews" must is named *explicitly*---"Options all" # doesn ' t Give it to you.## the Options directive is both complicated and important. see# http://httpd.apache.org/docs/2.2/mod/core.html#options# for more information. #Options Indexes followsymlinks## allowoverride Controls What directives is placed in. htaccess files.# It can be ' all ', ' None ', or any Combination of the keywords:# Options FileInfo authconfig limit#allowoverride all## Controls who can get stuff from this server.## onlineoffline Tag-don ' t removeorder deny,allowdeny from Allallow from 127.0.0.1</Directory>
Modified into
<Directory"E:\wamp\www"># # Possible values for the Options directive is ' None ', ' All ', # or any combination of:# Indexes includes Followsymlin KS SymLinksIfOwnerMatch execcgi multiviews## Note that "MultiViews" must is named *explicitly*---"Options all" # doesn ' t Give it to you.## the Options directive is both complicated and important. see# http://httpd.apache.org/docs/2.2/mod/core.html#options# for more information. #Options Indexes followsymlinks## allowoverride Controls What directives is placed in. htaccess files.# It can be ' all ', ' None ', or any Combination of the keywords:# Options FileInfo authconfig limit#allowoverride all## Controls who can get stuff from this server.## onlineoffline Tag-don ' t removeorder deny,allow# Deny from all# allow from 127.0.0.1Allow to all</Directory>
Then restart the service after saving, notice to change the directory into its own local environment directory!
about how to access your on-premises environment from your mobile device