Well, the funny part is that I'm doing all this to try to avoid caching
issues... I'm redirecting sincronizar.jnlp to sincronizar.php only to
add an Expires header in the response (because our hosting provider
doesn't have mod_expires installed and doesn't want to install it...).
The main ISP here in Spain are using proxy caches, and this is giving me
a lot of problems with outdated jnlp files.
I'm not using an normal browser as user agent but a program called
SamSpade, which allows me to see the headers. And I don't think it
caches anything.
The only difference between
RewriteRule ^sincronizar\.jnlp$ sincronizar.php
and
RewriteRule ^sincronizar\.html$ sincronizar.php
is that the file sincronizar.jnlp exists, and sincronizar.htm doesn't
(but if I remove sincronizar.jnlp nothing changes).
Vincent Bray escribió:
On 03/07/07, Senén de Diego <[EMAIL PROTECTED]> wrote:
This rule doesn't work
RewriteRule ^sincronizar\.jnlp$ sincronizar.php
but this one does work
RewriteRule ^sincronizar\.html$ sincronizar.php
I've also noticed that if I put a fake .htacces file, with something
like "Waboo", there are cases where I get an 500 error, but cases where
I don't. For instance if
/.htaccess is the wrong file, I get an error when I request:
http://www.electrodh.com/index.html
but I don't get any if i request:
http://www.electrodh.com/robots.txt
(which, by the way, should be hidden).
That means that the .htaccess is not always used. And according to both
examples it isn't used when I request a .jnpl or a .txt file. Could
it be?
Unless it's something silly like a caching issue, I really couldn't
say. There's no reason in a normal apache config that .htaccess would
be ignored for some file requests and not others, aside from things
like Aliases and ProxyPass. But assuming the files you are requesting
are all in the same directory, I'm stumped. Make sure it's not a
caching issue by reloading each time with your browser rather than
just refreshing (how you do this depends on the browser).
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]