mirror of
https://github.com/phanan/htaccess.git
synced 2018-11-08 13:39:40 +01:00
removed [OR]
This commit is contained in:
parent
0643999b0e
commit
f436044ffc
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ RewriteCond %{TIME_DAY} ^.?3
|
|||
RewriteRule ^index.html$ /index_november_23rd_2015.html[L]
|
||||
|
||||
#From 9 to 5
|
||||
RewriteCond %{TIME_HOUR}%{TIME_MIN} >0900 [OR]
|
||||
RewriteCond %{TIME_HOUR}%{TIME_MIN} >0900
|
||||
RewriteCond %{TIME_HOUR}%{TIME_MIN} <1700
|
||||
RewriteRule ^index.html$ /index_working_hours.html[L]
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue