[pmwiki-users] splash-screen

Tegan Dowling tmdowling at gmail.com
Fri May 19 11:23:38 CDT 2006


On 5/19/06, Joachim Durchholz <jo at durchholz.org> wrote:
> Tegan Dowling schrieb:
> > Client wants visitors, on arrival, to first encounter a page with a
> > big-old, full-screen image, which they click to continue on to the
> > site's Main/HomePage.
>
> Say the base URL is http://company.com/wiki.
>
> Place an index.php (or index.html) in the .../wiki/ directory, and make
> the image a link to http://company.com/wiki/Main/HomePage.
>
> And leave out the rewrite rule that maps the empty document name (^$) to
> pmwiki.php.

What I think you're telling me doesn't work, so I obviously didn't
follow, because I really have no idea what I'm doing.  Here's what I
did, thinking I was following your instructions:

In http://company.com/wiki I have files

pmwiki.php
index.php
logo.jpg
.htaccess

where index.php contained the single line: <?php include_once('pmwiki.php');
I replaced that line with the following

<a href='http://company.com/wiki/Main/HomePage'><img
src='http://company.com/wiki/logo.jpg' alt='Click to enter'
title='Click to enter' /></a>

I also tried

<?php include_once('pmwiki.php');
<a href='http://company.com/wiki/Main/HomePage'><img
src='http://company.com/wiki/logo.jpg' alt='Click to enter'
title='Click to enter' /></a>

and

<a href='http://company.com/wiki/Main/HomePage'><img
src='http://company.com/wiki/logo.jpg' alt='Click to enter'
title='Click to enter' /></a>
<?php include_once('pmwiki.php');

None of which work. Can you tell me what I should do differently?
Thanks so much!




More information about the pmwiki-users mailing list