Server Configuration Question
Hey everybody, I have a server configuration question:If any of you have your own server then you know that in an html file accessing
Code:
<a href="/file">
Code:
<a href="file">
My problem is setting this up for multiple users on one server, so if someone has an account named "user", them typing
Code:
<a href="/file">
Code:
<a href="file">
Do you know how to properly set up a server to have guest accounts work in this manner? If any of you have an answer, I would appreciate it a lot. Thanks.
EDIT: I'm running apache on linux