Revision 8471
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
392 | 392 |
svn up -r <rev>; make inputs/.TNRS/reinstall; make schemas/public/reinstall; make <failed-test>.xml |
393 | 393 |
.htaccess: |
394 | 394 |
mod_rewrite: |
395 |
IMPORTANT: whenever you change a RewriteRule, you *must* clear your |
|
396 |
browser's cache to ensure that a cached redirect is not used |
|
397 |
instead. temporary redirects are not supposed to be cached, but |
|
398 |
sometimes Firefox caches them anyway. |
|
395 |
IMPORTANT: whenever you change the DirectorySlash setting for a |
|
396 |
directory, you *must* clear your browser's cache to ensure that |
|
397 |
a cached redirect is not used. this is because RewriteRule |
|
398 |
redirects are (by default) temporary, but DirectorySlash |
|
399 |
redirects are permanent. |
|
399 | 400 |
for Firefox: |
400 | 401 |
press Cmd+Shift+Delete |
401 | 402 |
check only Cache |
Also available in: Unified diff
README.TXT: Debugging: mod_rewrite: cached redirects issue: changed to limit the cache clearing to when a DirectorySlash-related redirect is changed, since only those redirects are permanent, not the RewriteRule redirects (unless you explicitly set them as permanent)