Apache2
mod_rewrite.h File Reference

Rewrite Extension module for Apache. More...

#include "apr_optional.h"
#include "httpd.h"
Include dependency graph for mod_rewrite.h:

Go to the source code of this file.

Macros

#define REWRITE_REDIRECT_HANDLER_NAME   "rewrite-redirect-handler"
 

Typedefs

typedef char *() rewrite_mapfunc_t(request_rec *r, char *key)
 

Functions

void ap_register_rewrite_mapfunc (char *name, rewrite_mapfunc_t *func)
 

Detailed Description

Rewrite Extension module for Apache.