Re: [EMAIL PROTECTED] Problem with mod_rewrite example from Apache manual

2006-10-27 Thread Joshua Slive
On 10/27/06, Júlio Maranhão <[EMAIL PROTECTED]> wrote: The following code was put in a working Apache httpd.conf; RewriteEngine On RewriteCond %{TIME_HOUR} > 20 [OR] RewriteCond %{TIME_HOUR} < 07 No space allowed between the >/< and the number. Joshua. ---

[EMAIL PROTECTED] Problem with mod_rewrite example from Apache manual

2006-10-27 Thread Júlio Maranhão
The following code was put in a working Apache httpd.conf; RewriteEngine On RewriteCond %{TIME_HOUR} > 20 [OR] RewriteCond %{TIME_HOUR} < 07 RewriteRule ^/fridge - [F] Now, "httpd.exe -t" reports the following syntax error: Syntax error on line 392 of .../httpd.conf: RewriteCond: bad flag delim