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

[cobalt-users] redirect to user folder for RaQ4r



Some time ago, some really nice soul posted this .htaccess redirect which
could be put in the 'web' folder of a subdomain, etc., which would redirect
to another user's folder (while keeping the subdomain name in the browser).

In the example below, this would be put into the 'web' folder of
http://billy.loserworld.com and redirect (stealthily like Batman), to
http://loserworld.com/~billy :


RewriteEngine  on
RewriteBase    /
RewriteRule    ^(.*)$  http://www.loserworld.com/~billy/$1  [P]

This worked wonderfully, and allowed me to give out subdomains to people
while redirecting the subdomain to space that was part of their main domain
(and allowing them to give out user accounts that controlled the subdomain -
spo to speak).

Now, the redirect works fine, that isn't the issue, what is the issue is
keeping the name http://billy.loserworld.com in the browser.

I'll continue attempting to search the archives for this, but I haven't
found anything specifically for this and a RaQ4r (like I said, this worked
beautifully on the RaQ3 I had)...

Any help would be most appreciated (please email me chicken@xxxxxxxxxxxx and
let me know as well if you can, thankx).

Chicken