User Tools

Site Tools


tech:psoft:index_redirect

Index Redirect

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>
tech/psoft/index_redirect.txt · Last modified: 2024/06/21 12:04 by 127.0.0.1