Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3177

failed access from other computer,smartphone on same network and internet (no replies)

$
0
0
1.setup all working find no error. i want to make it access to internet but i cant even access it via other computer and handphone on the same network.
im running on dynamic ip address. i tried to port foward and got account on no-ip.com .but none bot working
can you help channel me to where i can get it done..been googles everywhere but cant find the one success followed.only success on this computer all setup workpress mysql php.
im beginner since 1 week.
Thank you very much sir

1.mywampserver3.19_x64
2.apache2.4.39
3.mariadb10.3.14
4.mysql5.7.26
5.php7.3.5
6.colour green
7.hosts
127.0.0.1 localhost
127.0.0.1 localhost localhost.localdomain
127.0.0.1 ServerHost host.apache.local
127.0.0.1 ServerStatus stat.apache.local
127.0.0.1 ServerInfo info.apache.local
127.0.0.1 localhost
::1 localhost
::1
127.0.0.1 wordpress
::1 wordpress
127.0.0.1 countll.ddns.net
::1 countll.ddns.net

8. yes has all working fine apache,mysql,php
9.yes to phpmyadmin
10.no error
11.window defender
12.C:\wamp64\
13.vhost-
# Virtual Hosts
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

<VirtualHost *:80>
DocumentRoot "C:/wamp64/www/wordpress"
ServerName wordpress
<Directory "C:/wamp64/www/wordpress">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *115.132.47.31:80>
ServerName countll.ddns.net
DocumentRoot "c:/countll.ddns.net"
<Directory "c:/countll.ddns.net/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
Require all granted
require ip 192.168.1.1
</Directory>
php_flag display_errors Off
php_flag log_errors On

php_value max_upload_size 40M
php_value max_execution_time 120
php_value error_log "C:/wamp64/logs/countll_ddns_net_phperror.log"

</VirtualHost>

Viewing all articles
Browse latest Browse all 3177

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>