PDA

View Full Version : redirect from ~USER



MtK
07-06-2010, 11:33 PM
Hey,
is there a way to redirect from the temporary url: http://server.com/~USER to the real domain?

nobaloney
07-07-2010, 10:10 AM
Works for me:

http://da12.namelessnet.net/~nobalone/

Jeff

MtK
07-07-2010, 10:11 AM
Works for me:

http://da12.namelessnet.net/~nobalone/

Jeff
r u sure?
it doesn't redirect me anywhere...

nobaloney
07-07-2010, 10:38 AM
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

MtK
07-07-2010, 11:05 AM
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).