connect-modrewrite
connect-modrewrite copied to clipboard
Modrewrite middleware for connect/express
Is there a way that I can add RewriteCond or I can only add rewrite rules? Thanks
I might be missing something, but where's the error handling? I'm using this to have [gulp-webserver](https://www.npmjs.com/package/gulp-webserver) connect to an API that's running in the background as a separate HTTP server....
Hi, it would be great if this module could rewrite the "location" header of a http response. I think that the matching Apache httpd option would be "ProxyPassReverse". Regards, Martin
Hi there From my understanding of the module, the httpd mod_rewrite implementation only considers the path when matching the URLs to be rewritten. From http://httpd.apache.org/docs/current/mod/mod_rewrite.html : > In VirtualHost context,...