Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "RewriteLogLevel" page has been changed by preinheimer. http://wiki.apache.org/httpd/RewriteLogLevel?action=diff&rev1=15&rev2=16 -------------------------------------------------- Two requests will be used to demonstrate the difference between the different log levels. 1. A request for the existing resource paul_reinheimer.png 2. A request for the non-existant resource rich_bowen.png + + This rule from the [[RewriteVirtualHandler|examples]] was used: + {{{ + RewriteEngine On + RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d + RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f + RewriteRule . /index.php + }}} == Log Level 4 == === Existing: ===
