This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new a59fc10d26 Fixed: The README.html file is no longer visible on site
(OFBIZ-12758)
a59fc10d26 is described below
commit a59fc10d268a61e312c1a50c5a540a7d32fcec71
Author: Jacques Le Roux <[email protected]>
AuthorDate: Thu Feb 23 14:13:03 2023 +0100
Fixed: The README.html file is no longer visible on site (OFBIZ-12758)
Fixes a typo in previous commit and allows also README.pdf access
Maybe this file should be put in html5 and pdf directories, will see...
---
.htaccess | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess
index 2e59dcf2a8..9b3b3407ee 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,3 @@
- <files rREADME.html>
- order allow,deny
+ <files README.*>
allow from all
</files>
\ No newline at end of file