[SOLVED]

Thank you everyone for the ideas!

When I checked the error logs,
Apache was reinserting the base of the .htaccess directory's URI.
So my "/cgi-bin/script" became /~me/public_html/cgi-bin/script (/~me/
public_html/ is the .htaccess directory + /cgi-bin/script, the
directory I specified).

It seems that you can't go outside the web root with RewriteRule, so I
put a symbolic link to the script in the directory with the .htaccess
file.  So Rewrite -> link in same directory -> script outside web root

If anyone wants the details, I posted them for your use: 
http://seandenigris.com/?p=6

p.s. I played with [PT], but couldn't get it to work

---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to