RE: URL forwarding (SOLVED)

2002-10-18 Thread Sebastiaan
Hi, I solved my problem more or less now. To redirect everything one can use: RewriteCond %{HTTP_HOST} =www.mydomain.com RewriteRule ^(.+)http://www.myweb.com/~mypage$1 [R,L] However, this changes the URI in the browser too. So I thought of a little trick. I made a index

Re: URL forwarding

2002-10-18 Thread Sebastiaan
Hi, On Thu, 17 Oct 2002, Steve Haslam wrote: > On Thu, Oct 17, 2002 at 12:00:09AM +0200, Sebastiaan wrote: > > Hey, looks like the stuff I need. Unfortunetely I am unable to configure > > it correctly. I am stranded at: > > > > RewriteEngine on > > RewriteBase %{REQUEST_URI} > > RewriteRule

RE: URL forwarding

2002-10-16 Thread Sebastiaan
Hi, On Wed, 16 Oct 2002, Price, Erik wrote: > > > > -Original Message- > > From: Sebastiaan [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, October 16, 2002 12:14 PM > > To: [EMAIL PROTECTED] > > Subject: URL forwarding > > > My

Re: URL forwarding

2002-10-16 Thread Sebastiaan
Hi, On Wed, 16 Oct 2002, nate wrote: > Sebastiaan said: > > I think this is easily done with Apache. Does anyone have any hints for > > this problem? > > this is easy, it's called virtual hosting > > > ServerAdmin webmaster@yourdomain > ServerName www.myweb.com > ServerAlias www > DocumentRoot

Re: URL forwarding

2002-10-16 Thread nate
Sebastiaan said: > I think this is easily done with Apache. Does anyone have any hints for > this problem? this is easy, it's called virtual hosting ServerAdmin webmaster@yourdomain ServerName www.myweb.com ServerAlias www DocumentRoot /home/user/public_html you can also do on the "main" serv

RE: URL forwarding

2002-10-16 Thread Price, Erik
> -Original Message- > From: Sebastiaan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 16, 2002 12:14 PM > To: [EMAIL PROTECTED] > Subject: URL forwarding > My current situation is that I own a domain, say > mydomain.com, and that I > have a webpage

URL forwarding

2002-10-16 Thread Sebastiaan
Hi, I think this is a pretty simple question, but I have not found any usefull information on the internet until now. My current situation is that I own a domain, say mydomain.com, and that I have a webpage on a fast webserver, say www.myweb.com/~mypage/. What I would like to do is that www.myd