[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] redirect to user folder for RaQ4r



On Tue, 13 Feb 2001, Space Chicken wrote:

> Some time ago, some really nice soul posted this .htaccess redirect which
> 
> RewriteEngine  on
> RewriteBase    /
> RewriteRule    ^(.*)$  http://www.loserworld.com/~billy/$1  [P]
> 

Small note, this is a Proxy redirect, proxy redirects are bidirectional,
if either the origin or target URL causes apache to try to fixup the url
(prepending the www.') the browser will get a page moved redirect sent
back to it, the raq4 has some additional ability to handle named
subdomains , i'd guess it's trying to be helpfull and screwing things up..

if you access the target incompletly what
happens? eg: http://loserworld.com/~billy/ 
?

You might have to actually make hostname based sites to make the R4 happy
;0

g