Re: [users@httpd] rewrite in global scope don't hide the extension

2020-12-30 Thread Eric Covener
REQUEST_FILENAME is the same as REQUEST_URI in global/vhost scope. You need to add the document root to your -f checks. On Wed, Dec 30, 2020 at 9:21 AM Jens Kallup wrote: > > Hello, > why will be don't hide the externsion php and html ? > > # --

[users@httpd] rewrite in global scope don't hide the extension

2020-12-30 Thread Jens Kallup
Hello, why will be don't hide the externsion php and html ? # - # office time rule ... # from 07:00 - 20:00 # - RewriteCond "%{TIME_HOUR}" ">=20" [OR] RewriteCond "%{TIME_HOUR}" "<07" R