Friday, September 26, 2008

How to set OracleAS Portal homepage as OHS default homepage?

In the directory ORACLE_HOME/Apache/Apache/htdocs/, make a backup copy of the files
index.html.html and index.html.lang, where lang is the language code. For example, index.html.en is the index HTML file for English.

Edit index.html.lang by replacing the entire contents of the file with the following HTML redirection code:
<HTML> 
<SCRIPT LANGUAGE=JavaScript> document.location="http://host.domain:port/pls/portal" 
</SCRIPT>

No comments:

Post a Comment