redirect to portal/dt

Hi,I have my portal on www.mysite.com/portal/dtbut I want to have www.mysite.com to redirect to www.mysite.com/portal/dt. I'm using sun jes 2005Q1.Can someone tell me how to do? greets,timv
[245 byte] By [timvissers] at [2007-11-25 21:45:26]
# 1

Nothing to do with portal administration but standard HTML can be used.

How to use an HTML <META> tag in the header to redirect to another page. The <META> tag goes in the <HEAD> section of your HTML document. The <META> tag on this page looks like:

<META HTTP-EQUIV="Refresh"

CONTENT="5; URL=html-redirect.html">

The "5" means to wait 5 seconds before redirecting. The "html-redirect.html" after "url=" is the URL of the page to which to redirect.

RocknRoll at 2007-7-5 0:48:44 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
thanks, this is a good workaround. I already implemented this.
timvissers at 2007-7-5 0:48:44 > top of Java-index,Web & Directory Servers,Portal Servers...