First, the procedure for the WORDPRESS,WAMP environment
Second, the firewall is off, can ping through
Third, the host port is 8889, local access to all normal. Other machines in the LAN access the home page is normal, others are inaccessible.
[Error 102 (net::err_connection_refused): The server rejected the connection], the access machine is not open agent AH
Iv. httpd.conf as follows
ServerRoot "d:/wamp/bin/apache/apache2.2.22" Phpinidir "D:\wamp\bin\php\php5.4.3" Listen 8889LoadModule actions_ Module Modules/mod_actions.soloadmodule alias_module modules/mod_alias.soloadmodule asis_module modules/mod_ Asis.soloadmodule auth_basic_module modules/mod_auth_basic.soloadmodule authn_default_module modules/mod_authn_ Default.soloadmodule authn_file_module modules/mod_authn_file.soloadmodule authz_default_module modules/mod_authz_ Default.soloadmodule authz_groupfile_module modules/mod_authz_groupfile.soloadmodule authz_host_module modules/mod _authz_host.soloadmodule authz_user_module modules/mod_authz_user.soloadmodule autoindex_module modules/mod_ Autoindex.soloadmodule cgi_module modules/mod_cgi.soloadmodule dir_module modules/mod_dir.soloadmodule env_module Modules/mod_env.soloadmodule include_module modules/mod_include.soloadmodule isapi_module modules/mod_ Isapi.soloadmodule log_config_module modules/mod_log_config.soloadmodule mime_module modules/mod_mime.soLoadModule NegoTiation_module modules/mod_negotiation.soloadmodule rewrite_module modules/mod_rewrite.soloadmodule setenvif_ Module Modules/mod_setenvif.soloadmodule php5_module "D:/wamp/bin/php/php5.4.3/php5apache2_2.dll"
User daemongroup Daemon
ServerAdmin admin@localhostservername localhostdocumentroot "d:/wamp/www/wordpress/"
Options followsymlinks allowoverride all Order deny,allow
Options Indexes followsymlinks allowoverride all Order deny,allow Deny from all to all
directoryindex index.php index.php3 index.html index.htm
Order Allow,deny deny
from any Satisfy all
Errorlog "D:/wamp/logs/apache_error.log" LogLevel warn
Logformat "%h%l%u%t \"%r\ "%>s%b \"%{referer}i\ "\"%{user-agent}i\ "" Combined Logformat "%h%l%u%t \ "%r\"%>s%b "common
Logformat"%h%l%u%t \ "%r\"%>s%b \ "%{referer}i\" \ "%{user-agent}i\"%I %O "Combinedio
customlog" D:/wamp/logs/access.log "Common
scriptalias/cgi-bin/"cgi-bin/"
allowoverride all Options followsymlinks Order deny,allow
DefaultType Text/plain
typesconfig conf/mime.types AddType application/x-compress.
Z AddType application/x-gzip. gz. tgz addtype application/x-httpd-php. php addtype application/x-httpd-php. php3
Include Conf/extra/httpd-autoindex.confinclude conf/extra/httpd-vhosts.conf
sslrandomseed startup Builtinsslrandomseed Connect builtin
Include "d:/wamp/alias/*"
Five, Apache log no error logging, PHP and MySQL correct (home get data normal)
Reply to discussion (solution)
Port is 8889
Then all URLs must have a port number, please check first
Port is 8889
Then all URLs must have a port number, please check first
Bring a ...
Halo, the original is the WordPress settings site name is localhost. It's done, thanks.