Re: [EMAIL PROTECTED] internal rewrite puzzle

2007-04-27 Thread Joshua Slive
On 4/27/07, Eric S. Johansson <[EMAIL PROTECTED]> wrote: I'm trying to hide a cgi url behind a pretty one. from what I've found in the archives, it may or may not be possible. my rules are very simple and they satisfy my first requirement RewriteCond %{REQUEST_FILENAME} !-f

[EMAIL PROTECTED] internal rewrite puzzle

2007-04-26 Thread Eric S. Johansson
I'm trying to hide a cgi url behind a pretty one. from what I've found in the archives, it may or may not be possible. my rules are very simple and they satisfy my first requirement RewriteCond %{REQUEST_FILENAME} !-f RewriteRule /(.*) /cgi-bin/akasha.cgi and y