Re: [Zope] Redirecting all objects in a folder

2016-11-29 Thread Jesus Cea
On 21/11/16 05:46, Dan Gaibel wrote: > How can I make it so that any object accessed under a particular folder > gets redirected to another URL? > > In other words, someone going to the URL website.com/folder/page1.html > or website.com/folder/page2.html >

[Zope] Redirecting all objects in a folder

2016-11-20 Thread Dan Gaibel
How can I make it so that any object accessed under a particular folder gets redirected to another URL? In other words, someone going to the URL website.com/folder/page1.html or website.com/folder/page2.html (or any

Re: [Zope] Redirecting from inside a TAL macro ...

2009-05-20 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: On 19.05.09 15:27, Analog Kid wrote: Hi All: I have a macro that is used in several other page templates. In some circumstances, I need to redirect to another URL. Can I do this using

Re: [Zope] Redirecting from inside a TAL macro ...

2009-05-19 Thread Andreas Jung
On 19.05.09 15:27, Analog Kid wrote: Hi All: I have a macro that is used in several other page templates. In some circumstances, I need to redirect to another URL. Can I do this using python:here.REQUEST.RESPONSE.redirect(NEWURL) so that the master page that uses this macro is redirected to

Re: [Zope] Redirecting

2007-03-13 Thread Chris Withers
[EMAIL PROTECTED] wrote: Ugh. JS redirects create problems with the search engines. What I really want to do is fill the hole in the doughnut, to use a radio advertising term. That is, I have code before the page data referenced below, and I have code after it. I want to write the stuff

RE: [Zope] Redirecting

2007-03-13 Thread Mark, Jonathan (Integic)
[EMAIL PROTECTED] wrote: Ugh. JS redirects create problems with the search engines. What I really want to do is fill the hole in the doughnut, The Ajax way to do that is by using the DOM to change the node dynamically behind the scenes. A recent article on Reddit showed that, indeed, Google

[Zope] Redirecting

2007-03-12 Thread tonylabarbara
Hi; I have a Web site I'm building a shopping cart for that is built with a basic site template and an iframe where all the page-by-page info goes. I need to redirect the iframe to the address below, but when I use the current incantation, it replaces not just the iframe but the whole page! Can

Re: [Zope] Redirecting

2007-03-12 Thread Andreas Jung
--On 12. März 2007 11:55:52 -0400 [EMAIL PROTECTED] wrote: Hi; I have a Web site I'm building a shopping cart for that is built with a basic site template and an iframe where all the page-by-page info goes. I need to redirect the iframe to the address below, but when I use the current

Re: [Zope] Redirecting

2007-03-12 Thread tonylabarbara
. What's a good way to do this? TIA, Tony -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; zope@zope.org Sent: Mon, 12 Mar 2007 12:04 PM Subject: Re: [Zope] Redirecting --On 12. März 2007 11:55:52 -0400 [EMAIL PROTECTED] wrote: Hi; I have a Web site I'm building

Re: [Zope] Redirecting

2007-03-12 Thread Jonathan
- Original Message - From: [EMAIL PROTECTED] To: zope@zope.org Sent: Monday, March 12, 2007 11:55 AM Subject: [Zope] Redirecting Hi; I have a Web site I'm building a shopping cart for that is built with a basic site template and an iframe where all the page-by-page info goes. I

Re: [Zope] Redirecting

2007-03-12 Thread Andreas Jung
--On 12. März 2007 12:13:53 -0400 [EMAIL PROTECTED] wrote: Ugh. JS redirects create problems with the search engines. What I really want to do is fill the hole in the doughnut, to use a radio advertising term. What you want is not of interest in this particular case. You can perform a

Re: [Zope] Redirecting (fwd)

2007-03-12 Thread Andreas Jung
Please keep the discussion on the list :-) -aj Forwarded Message Date: 12. März 2007 12:39:05 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Zope] Redirecting This is OT at this point so I'm writing you off list. I can't find a JS command point

[Zope] redirecting logs

2005-08-25 Thread Dennis Allison
I want to direct the Z2.log file to both a local file and to a remote machine. I think the configuration might be something like this: logger access level WARN logfile path $INSTANCE/log/Z2.log format %(message)s /logfile syslog address 192.168.0.92:514 format

Re: [Zope] Zope redirecting manage_workspace?!

2001-01-05 Thread Dieter Maurer
Edmund Goppelt writes: ... manage_workspace redirects ... It does this, if the current permissions does not allow the use of any of the available tabs. Are you sure, you set the permission mappings correctly? Dieter ___ Zope maillist - [EMAIL

[Zope] Zope redirecting manage_workspace?!

2001-01-04 Thread Edmund Goppelt
I've created a simple news item ZClass. When I attempt to manage a News Item instance, I get the default view (or whatever happens to be the first method listed in the ZClass 'Views' tab) instead of the usual management interface with properties, undo, view etc. Sniffing the http conversation

[Zope] Redirecting from Python?

2000-08-04 Thread Christopher J. Kucera
Greetings! I'm working on a Product, and I'd like to be able to do a RESPONSE.redirect() from inside the Python code. What I had was basically this: dtml-if "some number of conditions" View the page . . . dtml-else dtml-call "RESPONSE.redirect('blahblahblah')" /dtml-if This works fine,

Re: [Zope] Redirecting from Python?

2000-08-04 Thread Jonothan Farr
CTED] Sent: Friday, August 04, 2000 10:49 AM Subject: [Zope] Redirecting from Python? Greetings! I'm working on a Product, and I'd like to be able to do a RESPONSE.redirect() from inside the Python code. What I had was basically this: dtml-if "some number of conditions" View

Re: [Zope] Redirecting from Python?

2000-08-04 Thread Christopher J. Kucera
Jonothan Farr wrote: Are you doing a dtml-var or dtml-call to call your external method? I believe you need a dtml-call. I've tried both. :) Other things I've tried: * Explicitly passing in the REQUEST object * Explicitly passing in the RESPONSE object * slapping a "return" in front of

Re: [Zope] Redirecting from Python?

2000-08-04 Thread Christian Scholz
Hi! On Fri, Aug 04, 2000 at 12:49:52PM -0500, Christopher J. Kucera wrote: I'm working on a Product, and I'd like to be able to do a RESPONSE.redirect() from inside the Python code. What I had was basically this: [...] def someConditions(self): if (some number of conditions):

Re: [Zope] redirecting from inside a frame

2000-06-09 Thread Jim Sanford
- From: Fusion Group To: [EMAIL PROTECTED] Sent: Thursday, June 08, 2000 6:03 PM Subject: [Zope] redirecting from inside a frame I'm attempting to submit a form from inside of a frame, and depending on the information submitted, redirect to a new page which I

Re: [Zope] redirecting from inside a frame

2000-06-09 Thread Rik Hoekstra
/html form method=post action="some_frameset?input=dtml-var id" target="_top" of course you could complicate this for plain page/frameset etc, but that's the easy part ;-) hth Rik ----- Original Message - From: Fusion Group To: [EMAIL PROTECTED] Sent: Thursday,

Re: [Zope] redirecting from inside a frame

2000-06-08 Thread Phil Harris
hil [EMAIL PROTECTED] - Original Message - From: Fusion Group To: [EMAIL PROTECTED] Sent: 09 June 2000 00:03 Subject: [Zope] redirecting from inside a frame I'm attempting to submit a form from inside of a frame, and depending on the information submitted, redirect to a new page wh