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
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
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
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
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
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.