Environment
Secure Password Administrator 1.0
Situation
How do I redirect the clients to the User site so users can type http://spa_computer instead of http://spa_computer/users?
Can I setup SPA so Users can access it by typing http://spa_computer rather than http://spa_computer/users?
Can I setup SPA for User access by typing http://spa_computer instead of http://spa_computer/users?
Can I setup SPA so Users can access it by typing http://spa_computer rather than http://spa_computer/users?
Can I setup SPA for User access by typing http://spa_computer instead of http://spa_computer/users?
Resolution
You can redirect your Secure Password Administrator (SPA) clients to http://spa_computer/users by creating a default.htm located in the root of the default SPA Website.
Add the following <meta> tag information in the html portion of the default.htm file:
<html>
<meta HTTP-EQUIV="REFRESH" content="0; url=http://SPA_machine/user">
<\html>
Additional Information
Formerly known as NETIQKB47586