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.
---
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