[users@httpd] Viewing the content of a file without extension in the URL

2018-12-21 Thread Mahmood Naderan
Hi Using Apache and Centos 7, I have put two specific files in `/var/www/html` as below     [root@sn acme-challenge]# pwd     /var/www/html/.well-known/acme-challenge     [root@sn acme-challenge]# ls -l     total 8     -rw-r--r--. 1 root root 88 Dec 21 12:19 8KyeoB4HPzOPR6Et9uBPWoldME6LGIBV3ps  

[users@httpd] Test

2018-12-21 Thread Tim Johnson
Please disregard. thanks -- Tim Johnson http://www.tj49.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Viewing the content of a file without extension in the URL

2018-12-21 Thread Yann Ylavic
Hi, On Fri, Dec 21, 2018 at 9:58 AM Mahmood Naderan wrote: > > RewriteCond %{REQUEST_URI} !^/index\.php RewriteCond %{REQUEST_URI} !^\.well-known/acme-challenge/ > RewriteCond %{REQUEST_URI} !/ow_updates/index\.php > RewriteCond %{REQUEST_URI} !/ow_updates/classes > RewriteCond