Open up the file: httpd.conf | Located in: C:\wamp\bin\apache\Apache2.4.4\conf
Then, go to line 58 and make sure it says
Code: Select all
Listen 80Code: Select all
ServerName 74.91.121.156:80Finally, go to line 268 and REMOVE the wording
Code: Select all
Deny from allCode: Select all
Order Deny,Allow
Allow from 127.0.0.1
Allow from ::1
Allow from localhost
Allow from 74.91.121.156
</Directory>And it should work! You should be able to access your www folder from any computer in the world!

