| Author |
Message |
Alexander Greiner
Guest
|
|
| Back to top |
|
 |
Brad Covelle
Guest
|
Posted:
Fri Nov 04, 2005 1:50 pm Post subject:
Re: How to redirect the default.aspx to my Homepage? |
|
|
The simple way to do it would be to put a Content Editor Web Part on the
home page, put some javascript in it that redirects to your Intranet page.
So everytime the SharePoint page is loaded the web part renders and runs the
javascript sending the user to the new Intranet.
I believe you can do this through IIS too. On the Home Directory tab of your
web site, you can redirect to a url, in this case point it to your new
Intranet.
--
Brad Covelle
NuSoft Solutions
bcovelle@nusoftsolutions.com
"Alexander Greiner" <AlexanderGreiner@discussions.microsoft.com> wrote in
message news:4AFA56A7-432C-4865-9F4E-E86ADFD8F86E@microsoft.com...
|
|
| Back to top |
|
 |
Alexander Greiner
Guest
|
Posted:
Fri Nov 04, 2005 5:51 pm Post subject:
Re: How to redirect the default.aspx to my Homepage? |
|
|
Thanks a lot, Brad!
"Brad Covelle" wrote:
| Quote: | The simple way to do it would be to put a Content Editor Web Part on the
home page, put some javascript in it that redirects to your Intranet page.
So everytime the SharePoint page is loaded the web part renders and runs the
javascript sending the user to the new Intranet.
|
This works! ;-)
| Quote: | I believe you can do this through IIS too. On the Home Directory tab of your
web site, you can redirect to a url, in this case point it to your new
Intranet.
|
This didn't work. With this Configuration I couldn't view any page in
SharePoint at all... :-( |
|
| Back to top |
|
 |
gmail001
Guest
|
Posted:
Mon Nov 07, 2005 9:51 pm Post subject:
Re: How to redirect the default.aspx to my Homepage? |
|
|
hi
this would be more simple to do
open the default .aspx page aan put this meta tag in the head seaction
og the page above hte body it shoud do that work for you .
<META HTTP-EQUIV=Refresh CONTENT="0; URL=homepage-address">
type the home page address like in in the smae root just ues the file
name else use the full path like "hhtp:\\topleveiste\site1" some thing
like that.
thanks
gmail001 |
|
| Back to top |
|
 |
|
|
|
|