Page 1 of 1

Intro-Page

Posted: Wed 28. Sep 2005, 13:23
by profix898
Is it possible to redirect the user to an "intro"-page?

I want to have all users on their arrival to be redirected to a
page, where I put a flash-intro or something. The intro should
only be visible when users enter the page, but not when they go
back (from any of my pages) to index ("Home")!

Any suggestions :?:

Regards, Thilo

Posted: Wed 28. Sep 2005, 14:11
by Kosse
You can use the redirect (4th or 5th entry when you create an article) feature in your first article.
;)

Cheers

Posted: Wed 28. Sep 2005, 15:20
by oeconom
Ist much easier...!
Just add an "index.html" file with the content you want.
There you can set a link to index.php
:D
Greetings,
FELIX

Posted: Wed 28. Sep 2005, 15:30
by Kosse
oeconom wrote:Ist much easier...!
Just add an "index.html" file with the content you want.
There you can set a link to index.php
:D
Greetings,
FELIX
Mmm... yes indeed :oops:
Except if ur server is configured to look first at index.php then handle index.html ;)

Cheers

Posted: Thu 29. Sep 2005, 11:36
by oeconom
touché :wink:

Posted: Thu 29. Sep 2005, 12:22
by profix898
Never expected such a simple solution! Wow! :D
Thanks a lot!