[us...@httpd] beginner's mod_rewrite recursion problem

2009-05-05 Thread Kynn Jones
I'm new to mod_rewrite, and need advice on whether what i want to do is possible. I have a physical structure analogous to the following: /path/to/docroot/foo/bar/index.html /path/to/docroot/foo/css /path/to/docroot/foo/images /path/to/docroot/frobozz/css /path/to/docroot/frobozz/images I want t

Re: [EMAIL PROTECTED] http-equiv="refresh" ignored?

2008-10-07 Thread Kynn Jones
function(s) at the end of the BODY so browsers do not run > the code until all HTML is processed. > ... > > setTimeout( 'maybe_refresh()', 3000 ); > <./body> > > 4. If this is not what you wanted, please explain what you are > attempting. We can assist be

[EMAIL PROTECTED] http-equiv="refresh" ignored?

2008-10-01 Thread Kynn Jones
I am trying to debug a large Perl/CGI-based legacy system that is not working right on some browsers, like Firefox 3. It runs on an Ubuntu host with Apache 2.2.3. I reduced the problem to a very simple case, in the form of a short Perl CGI script. This script has the following logical structure