|
Posted by Lars Eighner on October 19, 2007, 7:07 am
Please log in for more thread options
In our last episode,
talented Dobedani broadcast on comp.infosystems.www.authoring.html:
> 5:50 pm on Oct. 18, 2007 (utc 0)
> Hi there,
> In HTML, we have the following:
><META HTTP-EQUIV="REFRESH" CONTENT="5; URL=http://www.mysite.com/
> mypage.htm">
> Can be practical, e.g.
Nonsense.
> if you don't want to do much scripting on the
> serverside.
Scripting has nothing to do with it.
> I need this because the PDF files on one of my sites had
> to be given different names, but it is important that references /
> citations outside on the web to those PDF files will not cause 404
> errors!
> Does anyone know of an equivalent of this in PDF? And if there is an
> equivalent: how do I create a PDF that redirects esp. the Adobe plug-
> in automatically to another URL? TIA
Find out what server you are using and do correct redirections on it
(usually with .htaccess in Apache and a number of commercial servers)
or create filesystem links (see man ln for unix-like systems).
--
Lars Eighner <http://larseighner.com/> <http://myspace.com/larseighner> Countdown: 459 days to go.
What do you do when you're debranded?
|