redirect from ~USER

Now I understand: you want a real redirect that also changes the URL bar in your browser. One way to do that would be to use a complex .htaccess file which will look for the server-based domain name in the headers and do a redirect if the condition is met.

Jeff
 
Now I understand: you want a real redirect that also changes the URL bar in your browser. One way to do that would be to use a complex .htaccess file which will look for the server-based domain name in the headers and do a redirect if the condition is met.

Jeff
and that is exactly what I asked.

never mind, thanks, I already got it done (yes, through .htaccess).
 
Back
Top