in reply to Netscape Redirection
Some URL schemes (such as the ftp, http, and file schemes) contain names that can be considered hierarchical; the components of the hierarchy are separated by "/".
MSIE never should never have accepted your redirection URL. You code line should read:
Make sure the case is correct, too.print $q->redirect( "/Admin" );
|
|---|