I'm new to setting up servers, working with Apache2, etc. While attempting to post html documents, I:
- dropped a html file in the 'www' directory.
- ran this command in the command prompt:
iptables -I INPUT -p tcp --dport 80 -j ACCEPT - visited the appropriate URL.
However, I am directed to a 404 not found page.