in reply to Getting response from external script by Apache mod_rewrite condition

You can use a rewrite map, and use an external program. Scroll down to External Rewriting Program, that should be exactly what you are looking for.

But note that it is not handled as a CGI script, but uses its own, simple conventions.

  • Comment on Re: Getting response from external script by Apache mod_rewrite condition

Replies are listed 'Best First'.
Re^2: Getting response from external script by Apache mod_rewrite condition
by Lana (Beadle) on Feb 21, 2008 at 18:34 UTC
    I know about RewriteMap but this not solves my problem as it doesnt allow to proceed to the next RewriteCond/RewriteRule through .htaccess file if there is no match in the database.

    Maybe there some other solution?