need help I am using apache 2.4.18 wampserver 3.0, I already put it online but I cant access the server remotely from other client. I already configure the httpd.conf
on apache\apache2.4.18\conf
, I also search here and did all already from the comments but nothing happens.
below is my configuration:
<Directory />
AllowOverride All
Require all granted
</Directory>
<Directory "c:/wamp/www/">
Options +Indexes +FollowSymLinks
AllowOverride All
# onlineoffline tag - don't remove
Require all granted
</Directory>