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