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