André Malo wrote:
* Joost de Heer wrote:
In the mod_rewrite examples page the following can be found:
RewriteEngine on
RewriteCond %{REQUEST_URI} !-U
RewriteRule ^(.*) http://webserverB.dom/$1
A request for http://localhost/foo/bar results in the following log:
[windows.joost.localnet/sid#46a8b0][rid#4b1900/initial] (3) applying
pattern '^(.+)' to uri '/foo/bar'
This cannot be. (.+ vs .*)
Because I typo'd the RewriteRule, it's (.+).
Which version are we talking about anyway?
2.0.55 on Windows
Joost