How can i access my local wamp server on another computer
Options FollowSymLinks AllowOverride None Order deny,allow Allo
Mine wasn't working before when I tried using my computer's IP in the URL. I found the reason to be the line in httpd.conf:
ServerName localhost:80
which I updated to be
ServerName {My comp's IP}:80