Often we have to redirect somesite.com to somesite.com/ps/signon.html You can replace the index.html file in $PS_HOME/webserv/peoplesoft/applications/peoplesoft/PORTAL with the file below:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head><meta http-equiv="Content-Type" content="text/html;CHARSET=iso-8859-1"> <title>PeopleSoft Redirect</title> <meta http-equiv="refresh" content="0;url=./ps/signon.html"> </head> </html>