Page 1 of 1
Different homepage
Posted: Fri 20. Aug 2004, 21:19
by holbytv
Hi there
I am looking to redirect people when people click "Home" to a file ../index.php which is not part of my phpwcms program (not the normal index.php?index file.
Any ideas?
Thanks
Peter
Posted: Fri 20. Aug 2004, 23:26
by Ben
create an article under index (website start). In the article summary, set the 'redirect to' value to the page that you want to send people to when initially going to your domain.
Posted: Sat 21. Aug 2004, 00:19
by Oliver Georgi
use a normal index.html.
Oliver
Posted: Sat 21. Aug 2004, 00:45
by holbytv
Hi guys - thanks for the response.
I am a little confused, when a person clicks "Home" in the BREADCRUMB menu option they will be redirected to index.php?index
Am I wrong?
Posted: Sat 21. Aug 2004, 09:26
by Oliver Georgi
Ah - you mean this - that's right. There are several ways to handle this
- rename "Home" to "whatever" in conf.template_default.inc.php
- create only 1 article in root and set a redirection to you favorite index.html like "{SITE}index.html"
- use the article in "home" (root) to build your real home file by using different template
Oliver