https://issues.apache.org/bugzilla/show_bug.cgi?id=40781
--- Comment #3 from Troy Rollo <[email protected]> 2009-02-21 14:24:42 PST --- Correction - the work-around .htaccess file should look like this: AddHandler run-cgi-prog .ext Action run-cgi-prog /cgi-bin/cgi-prog RewriteEngine on RewriteBase /~user/app/ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ app.ext?$1 [L,QSA] -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
