> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 24 June 2000 21:11
> To: [EMAIL PROTECTED]
> Subject: [newbie] Apache
>
>
>
> I have a domain name that is regestered to my IP address.
>
> Ok I got Apache to run on my Linux Box, but I can only create
> webpages that
> point to www.mydomainname.net/~myusername.  What I want to do is
> creat a web
> page that points directly to www.mydomainname.net and get rid of the
> /~username. When I type in localhost or the address to my
> webserver I get a
> webpage from Apache saying that it worked.  Can anyone out there
> tell me how to
> configure Apache to do this?  I would greatly appreciate any refrences or
> information you could give me that may help.
>
> Thanks in advance!
>
> -derangedhermit
>
There is normally a directory in /home called httpd, which contains the
default www.mydomain.net stuff.
Otherwise take a look at httpd.conf (can't remember where it is, type
"find -name httpd.conf" to find it) and that contains helpful hints. Set
Documentroot to wherever you want the webpages to start if you don't want to
muck around with Httpd.

Personally, I have httpd as a symbolic link to the directory on my Fat32
partition where my webpages are, so I can use them in Apache for win32 as
well.

--
Nick Avenell

Reply via email to