WEB SERVER -Need Help (General questions)
Hello!
I want to use your WEB SERVER to host on my PC many WEB SITES.
/LOCALHOST/SITE1
/LOCALHOST/SITE2
/LOCALHOST/SITE3
I have three questions :
1. It is really necessary to put at the end of every request the / character ?
2. It is possible to ask for SITE1/LOCALHOST ?
3. When my server is sending index.htm page to some client, can I
add into INDEX.HTM a banner or something like that without that banner to
be placed in that page by it's owner (like a commercial or advertise banner) ?
I want to tell you that I am usin Visual FOXPRO 7.
Where can I find some samples written in VFP ?
Thank You !!!
Re: WEB SERVER -Need Help
Max,
I am not sure I understand all of your questions, but let me try to answer them
1. it is not neccessary to put /
2. what do you mean by 'ask for....' ? Did you check Host request header?
3. although I don't see how you will do it, you can do it. wodWebServer doesn't really care about the content - so you can do anything you want with it.
Hope it helps.