Re: [users@httpd] mod_rewrite to filesystem path

2012-01-06 Thread Eric Covener
> How do I tell it to just use /tmp/list as a filesystem path? I've never noticed, but it seems like it simply doesn't work in per-dir. Kind of surprised and hope I am missing something. Basically no opposite of [PT] and it always uses PT-like logic in per-dir. Might need to establish an alias

[users@httpd] mod_rewrite to filesystem path

2012-01-06 Thread Jon Drukman
I've got a per-directory .htaccess file. It lives in /path1. I want to rewrite all requests for *.js to /path2/other.js. I'm getting a 404 error. /path2/other.js is world-readable. So far, in my testing, it seems like I can do it if I put the RewriteRule in the section, but not in the per-direc