Re: Rev server: going to another .irev page from script

2011-02-12 Thread Jim Ault
On Feb 12, 2011, at 8:53 AM, stephen barncard wrote: wow this list is wonderful. thanks all -- more than one way to do this... Andre - does this method require a full path? It requires a web page URL pLocation should be like "http://www.mysite.com/myfile.irev"; This would be the way

Re: Rev server: going to another .irev page from script

2011-02-12 Thread stephen barncard
wow this list is wonderful. thanks all -- more than one way to do this... Andre - does this method require a full path? On 12 February 2011 08:26, Andre Garzia wrote: > Stephen, > > Use this: > > on redirect pLocation, pCode >if pCode is empty then put "301" into pCode > >put he

Re: Rev server: going to another .irev page from script

2011-02-12 Thread Andre Garzia
Stephen, Use this: on redirect pLocation, pCode if pCode is empty then put "301" into pCode put header "Status:" && pCode # <-- Apache needs that, so I've learned put header "Location:" && pLocation put "redirecting" quit end redirect call it like: redi

Re: Rev server: going to another .irev page from script

2011-02-11 Thread Sarah Reichelt
On Sat, Feb 12, 2011 at 7:57 AM, stephen barncard wrote: > I'm sure there's a way to do this but I can't seem to find it. > > I have a user password script that then is supposed to 'go' to another html > page but the only way I can get it to work is to use an intermediate file > (gosite.html) whic

Re: Rev server: going to another .irev page from script

2011-02-11 Thread Alex Tweedly
It looks (but only minimally tested) as though you can simply include the redirect where needed Your Page Title content="0;url=http://www.kilmelford.com/admin/anythingtodo.irev";> Optional page text here. -- Alex. On 11/02/2011 21:57, stephen barncard wrote: I'm sure there's a way

Rev server: going to another .irev page from script

2011-02-11 Thread stephen barncard
I'm sure there's a way to do this but I can't seem to find it. I have a user password script that then is supposed to 'go' to another html page but the only way I can get it to work is to use an intermediate file (gosite.html) which has a cheesy html redirect command : CONTENT="0;URL= http://site.