I put an .htaccess file in a directory 216.111.111.11/~username/test with the contents:
Redirect / http://www.cnn.com/test.php
When I go to http:/216.111.111.11/~username/test
It goes to
http://www.cnn.com/test.php~username/test/
WHY does the "~username/test/" get stuck on the redirected URL? Is this because my domain has not resovled yet??
Redirect / http://www.cnn.com/test.php
When I go to http:/216.111.111.11/~username/test
It goes to
http://www.cnn.com/test.php~username/test/
WHY does the "~username/test/" get stuck on the redirected URL? Is this because my domain has not resovled yet??