New Posts  All Forums:Forum Nav:

Apache Server problem & HTML-to-SQL?

post #1 of 3
Thread Starter 
First and foremost:

How do I set up the Apache server so that I can access any HTML pages hosted by it on the local intranet. And what do I have to type into the browser window on a local machine to look at the page?

So say the Apache server is 192.168.1.3 and I am on another machine, 192.168.1.7 and I want to look at a page called "main.html" hosted on that Apache server machine. Do I type //192.168.1.3/main.html into the browser window? What do I have to enable/disable/setup so that only the local network users can access the page?

Secondly, and less importantly, I am trying to take input from HTML pages and somehow transfer them to a MySQL database. So, how do I do this? PHP? And what basic command? Is there a good site for this because I HAVEN'T been able to find help for this simple thing online. Odd...

Thanks ahead of time,

FC4
post #2 of 3
Thread Starter 
I thought you kids would have an answer for me like that! So, I take it that no one here knows how to do this?
post #3 of 3
lol been busy gaming otherwise I woulda come answer earlier

not sure the answer to the second question, but to get it so only the local network can access:

find the directory section of the .conf file, and you put it under there. like this (copied part of the comment so you can find it):

Quote:
# Controls who can get stuff from this server.
#
Order deny,allow
Deny from all
Allow from 127.0.0.1
Allow from 192.168
New Posts  All Forums:Forum Nav: