Forum Moderators: phranque
Log shows only:
?aspxerrorpath=/default.aspx
I even tried the RewriteRule without "/" in regular expession, but no result there.
I have an Apache/1.3.29@OpenBSD httpd.conf configured...
A leading slash in the "Pattern" will always fail unless you get a malformed request...
Note: Pattern matching in per-directory context
Never forget that Pattern is applied to a complete URL in per-server configuration files. However, in per-directory configuration files, the per-directory prefix (which always is the same for a specific directory) is automatically removed for the pattern matching and automatically added after the substitution has been done.