This is a discussion on Difference between mod_rewrite in Apache1 and Apache2 within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I am moving from Apache1 to Apache2, and have a problem. Given the following rules: RewriteEngine on RewriteRule test....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I am moving from Apache1 to Apache2, and have a problem. Given the following rules: RewriteEngine on RewriteRule test.html test.php?balla=per On Apache1, /foo/test.html is rewritten to /foo/test.php?balla=per, while on Apache2, it is rewritten to /foo/test.php only. (Adding a "\" in front of the "?" gives the same result.) What must I do to add GET data with Apache2? Klem fra Nils |